Edit application in Form Design Aid problem

oleg_d

Active Member
1. In OL developer is adding P3002 application to some project
2. Opening Design->Design Tools->Start Form Design Aid
and following messages appear:

[ QUOTE ]

May 29 16:04:54.765000 - 3400/2152 MAIN_THREAD Form Load Warning:

Form W3002H: "Work with Bill of Material" was found to have the following control attached to an invalid business view column. The data item information of this control has been changed to use DD Item. The change will not affect stored specs until you save. Please make sure that this control is pointing to a valid business view column.

GRID_COL: Control ID: 31
May 29 16:04:54.765002 - 3400/2152 MAIN_THREAD Form Load Warning:

Form W3002H: "Work with Bill of Material" was found to have the following control attached to an invalid business view column. The data item information of this control has been changed to use DD Item. The change will not affect stored specs until you save. Please make sure that this control is pointing to a valid business view column.

GRID_COL: Control ID: 35

[/ QUOTE ]
How to fix this problem and which column is incorrect?
Thanks
 
oleg_d,

It is possible that you have an "old" version of the business view. Reload (eg get or check out) the business view onto the development client and try again.

You system config would be good too.
 
Hi!
We have already checked out form and view into development client.
I think, that application P3002 have some information about business view structure(trying to use columns) which differs with current business view.
Is it possible that some UP, ESU update application or view, but not both correctly?

Env: E8.10, Tools 8.95R1
Thanks
 
oleg_d,

I take it that this has only occurred in your development environment/system. What is the situation in you production environment/system - is P3002 working properly there? Is there a difference between production and developemt for P3002 or the related business view?

You may have to contact Oracle or search their web site to see if there is a reported problem with P3002 and/or the related business view - searching JDEList may be beneficial too. If you can't locate any information, it may be advisable to contact Oracle Global Support.

In addition, depending on the "missing" business view column, you may decide to do without the column, or add the column into the business view.
 
Oleg,

we encountered this a year ago and either the Business view changed -OR- a a new tools release made the Form Editor more sensitive to these issues (I think its the latter).

Anyway - here's what we found:

"Accepted error message and let program change to DD only items as this is a non-update form. Control ID 31 is the Batch Qty field whose value is supplied programmatically so no damage there. Control ID 35 was the associated description for IFLA (Item Flash Msg) which is hidden anyway - so no damage."
 
Back
Top