Form Personalization LOV1
Form Personalization LOV1
In this Document
Goal
Solution
References
APPLIES TO:
GOAL
SOLUTION
This Feature is available from RUP3 '11i.ATG_PF.H RUP3' PATCH 4334965 and afterwards.
The following are the steps to personalize the LOV item of any Oracle E-Business Suite form by using the Forms
Personalization feature.
1. Navigate to the Form with the LOV Item you want personalized
3. Implement the following personalization rule. In order to clarify these steps, the section EXAMPLE will provide detailed
steps to implement this personalization on the Application Developer > Application > Forms
Seq: 10
Description: Increase the width of the LOV
Condition:
Trigger Event: WHEN-NEW-ITEM-INSTANCE
Trigger Object: < Name of the text item having the LOV in the Block_Name.Item_Name format>
Condition: Null
Processing Mode: Both
Context:
Level: Site
Value: Null
Action:
Seq: 10
Type: Builtin
Description: Create Record Group
Language: All
Builtin Type: Create Record Group From Query
Argument: < Custom SQL query to populate the data in the LOV
>
[Please note that the column must be the same as the seeded record group so that LOV column mapping do not violate]
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=16eshqf99d_389&id=726324.1 1/3
4/19/2018 Document 726324.1
The following example will help customizing the Application Name LOV to populate the Application Name starting with "C"
in the Application Developer > Application > Forms.
1. Select the Application Developer responsibility and open the form using the navigation path Application > Forms.
2. Open the Personalization form from the pull down menu by selecting:
Note: If you happen to get the message "Function not available to this responsibility", set the value of the profile
option "Utilities:Diagnostics" to Yes at Site level, save and retest. You might need to log off and log back in for
changes to take effect
Seq: 10
Description: Increase the width of the LOV
Condition:
Trigger Event: WHEN-NEW-ITEM-INSTANCE
Trigger Object: FND_FORM.APPLICATION_NAME
Condition: Null
Processing Mode: Both
Context:
Level: Site
Value: Null
Action:
Seq: 10
Type: Builtin
Description: Create Record Group
Language: All
Builtin Type: Create Record Group From Query
Argument: select APPLICATION_NAME, APPLICATION_ID
from FND_APPLICATION_VL
where APPLICATION_NAME like 'C%'
order by APPLICATION_NAME
Group Name: RG_APPLICATION
Seq: 20
Type: Property
Description: Attach the Record Group to the LOV
Language: All
Object Type: LOV
Target Object: APPLICATION_LOV
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=16eshqf99d_389&id=726324.1 2/3
4/19/2018 Document 726324.1
Property Name: GROUP_NAME
Value: RG_APPLICATION
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=16eshqf99d_389&id=726324.1 3/3