Form Personalization
Form Personalization
Go for HELP > Diagnostics > Custom Code > Form Personalize
FORM PERSONALIZATION
For to find the Target Object we have to choose which field we want to make as mandatory.
To find those need to select the particular field and go for Help > Diagnostics > Examine
Output:
Output :
4.Give a warning message on Sunday while creating Invoice by the user. Message should be
“Please do not create PO on Moday” (Warning Message).
Output:
FORM PERSONALIZATION
5.Activate a special menu on the Invoice Entry form and invoke another form when clicked
on that special menu.
Go for Your Form > Help > Diagnostics > Custom Code > Personalize
Here first We have to create one Header and in the condition > Give Trigger Event as
When_New_Form_Instance and then create Action for it.
For that have to give type as menu and choose any of the menu entry.
FORM PERSONALIZATION
We have to use the same entry for the creation of another header section, in that the
Trigger event be the one that we select in the menu entry in previous header section.
FORM PERSONALIZATION
Output:
After Clicking the Open Form it opens the another form that we have include in the above.
FORM PERSONALIZATION
It is the attached form in the Tools.
For this form I have been hide the SIO Payrolll field >
FORM PERSONALIZATION
8. Use form personalization to make a restriction to a tab for a user (Warning message).
FORM PERSONALIZATION
The "Raise Form Trigger Failure" is used to stop further processing when a certain
condition is met.
Output:
FORM PERSONALIZATION