Restrict the Ordered_Item LOV from Form Personalization is not working.
(Doc ID 974417.1)
Last updated on APRIL 19, 2020
Applies to:
Oracle Order Management - Version 11.5.10.2 to 12.1.3 [Release 11.5.10 to 12.1]Information in this document applies to any platform.
Goal
In order to restrict the Ordered_Item LOV in sales order line, has the following setup:
1. Go to the Forms Personalization screen from the sales order form:
Navigate: Help>Diagnostics>Custom Code>Personalize.
2. Enter the following in the Condition tab.
Trigger Event = WHEN-NEW-ITEM-INSTANCE
Trigger Object = ORDER.ORDERED_ITEM_DSP
3. Enter the following in the Actions tab.
Here we have two sequence lines.
The first action is:
Seq=10, Type = Builtin
Builtin Type = Create Record Group from Query
Argument =
SELECT '12345' item,
12 item_id,
'TESTE' item_description,
12 inventory_item_id,
'T' item_identifier_type,
'BB' item_identifier_type_meaning,
'111' inventory_item,
'AAAAA' Address,
'SSSSS' cust_address,
'1' item_definition_level
FROM DUAL;
Group Name = RG_ITEM
Seq=20, Type = Property
Object Type = LOV
Target Object = ITEMS
Property Name = GROUP_NAME
Value = RG_ITEM
It does not work. Before enter in the field we looked the LOV and Record group was set for RG_ITEM, but after we enter in the field, the record group change, itself.
How does form personalization works? Is there any defaulting value which overrides the forms 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 |