Form Personalization For CTRL.PRINT_PICKSLIP Not Working On WIPCMPPK Form
(Doc ID 3050151.1)
Last updated on SEPTEMBER 27, 2024
Applies to:
Oracle Work in Process - Version 12.2.9 and laterInformation in this document applies to any platform.
Goal
The form personalization with below values expecting the form to open with an unchecked "Print Pick Slips" checkbox is not working as expected.
WIP : Discrete > Component Pick Release > Component Pick Release(Form)
Personalization For Unchecking the "Print Pick Slips" Checkbox:
Navigate to the "Print Pick Slips" checkbox in the Component Pick Release form.
Use Help > Diagnostics > Examine to get the exact item name of the checkbox > CTRL.PRINT_PICKSLIP
This will used for Target Object in the Personalization rule.
Create the Personalization for the Checkbox at Function level:
Go to Help > Diagnostics > Custom Code > Personalize.
In the Personalization Form,
1.Select Level as "Function"
2.Under the Condition tab,select the Trigger Event as WHEN-NEW-FORM-INSTANCE.
3.Condition is not required(leave it blank)
Navigate to the Actions tab, and in the Seq field, enter the sequence number and below settings:
Type: Property
Object Type: Item
Target Object: CTRL.PRINT_PICKSLIP
Property Name: VALUE
Value: 2
Value can be seen from Diagnostic menu, value 1 is for checked and value 2 is for unchecked.
Requirement is for the form to be opened with an unchecked checkbox post-personalization.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |