Friday 18 May 2012

Button disable form personilazation steps

This very simple example will present a Form Personalization to remove the "New PO" button normally found at the bottom of Purchase Order Summary form.

Clients ask for this request all the time for many different forms. Use the following logic to apply to your case examples.

From the Purchasing Super User Responsibility, navigate to Purchase Orders > Purchase Order Summary.

Enter the Form Personalization form. (M) Help > Diagnostics > Custom Code > Personalize.

Rules Sequence: 10
Description: Disable New PO Button
Level: 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.

Save your work.

--------------------------------------------------------

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

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

No comments:

Post a Comment