Tuesday, January 2, 2018

Form Personalization : To Disable the Approve Button From Inventory At User Level

Form Personalization : To Disable the Approve Button From Inventory At User Level

Hide approve Button From user level through personalization.

User: OPERATION

Steps:
-------

Navigations: 

Inventory à Move Orders à Move Orders


Enter the Form Personalization form.

Navigations: 

(M) Help à Diagnostics à Custom Code à Personalize. 

Rules Sequence               : 10
Description                        : Disable Approve button
Leve                                      : Function
Enabled                               : Yes
Trigger Event                     : WHEN-NEW-FORM-INSTANCE
Trigger Object                   :
Processing Mode             : Not in Enter-Query Mode
Context                                                : User level and set value to your user name.--i.e "OPERATIONS"  User


Save your work.



Select the Actions tab.
Actions Sequence           : 10
Type                                      : Property
Object Type                       : Item
Target Object                    : 
TOMAI_MAIN_HEADER_BLK.DONE
Property Name                 : DISPLAYED
Value                                    : FALSE





Save your work and exit all form and re-enter and see the result. You will notice the the "Approve" button at the bottom of the form is no longer displayed from 
"OPERATION" Login

No comments:

Post a Comment

Oracle Fusion - Cost Lines and Expenditure Item link in Projects

SELECT   ccd.transaction_id,ex.expenditure_item_id,cacat.serial_number FROM fusion.CST_INV_TRANSACTIONS cit,   fusion.cst_cost_distribution_...