Thursday, April 23, 2015

FRM-41034: Cannot set NAVIGABLE attribute of non-displayed item TOLINES_BLK.SALES_ORDER_NUM

ERROR
FRM-41034: Cannot set NAVIGABLE attribute of non-displayed item TOLINES_BLK.SALES_ORDER_NUM
FRM-41034: Cannot set NAVIGABLE attribute of non-displayed item TOLINES_BLK.SO_LINE_NUM"


Cause:
1. The code transact move order form (INVTOTRX.fmb) checks if data is populated in a field or not. When data IS populated, the form executes code to make the field navigable so the user can click on the field. The setting to navigable fails when the field is hidden from the page using the folder tool. The code does NOT check if the field is hidden by the folder tool already.

For example, you set these fields to Hidden using Folder > Hide Field...

    TOLINES_BLK.SALES_ORDER_NUM"
    TOLINES_BLK.SO_LINE_NUM"

Solution
Workaround
As a workaround, you can SHOW fields that raise the error.  Do NOT hide fields that have values. User hides some fields for productivity. This was done using the FOLDER utility standard in forms

How do you Change the Word "iRecruitment" on Each Page

How do you Change the Word "iRecruitment" on Each Page to "Careers?"

In System Administrator > Application > Function, you will need to modify the 'User Function Name' of function IRC_BRAND from 'iRecruitment' to 'Careers.'

Thursday, April 9, 2015

ShipConfirm Button Is Not Enabled at Shipping Transactions Form

ShipConfirm Button Is Not Enabled at Shipping Transactions Form
STEPS
-----------------------
The issue can be reproduced at will with the following steps:

1.Responsibility : Oracle Order Management
2.Navigate to Shipping
3.Transactions
4.query order
5.Select Delivery tab
6.Ship Confirm Button is grayed out

Solution
To implement the solution, please execute the following steps:
1. Go into the responsibility:Oracle Order Management
2. Navigate to Shipping > Set up
3. Grants and Roles > Grants >  query the user and select the upgrade role > then select the edit roles button at bottom of the form and verify that the ship confirm button is selected
4. Retest the issue.
5. Migrate the solution as appropriate to other environments.