PERSONALIZATION TO CHANGE LOV OF A FIELD ORACLE R12
PERSONALIZATION TO CHANGE LOV (Example used AP invoice form> Lines> TAX CLASSIFICATION CODE column LOV)
Step 1: GO form and click on LOV That needed to be changed
Step 2 : Click ALT+H+D+E to examine and copy that block and field
Step 3 : Click ALT+H+O to open about oracle applicaiton.
Copy Form Name and PATH
Step 4 : Go to that path above winscp in the path replace 'ap' with 'au' and search for the FORM name and download it into your local system
Step 5: Open form in form builder ,in DATA_BLOCKS go to block you found in examine the form
and in that block find item(field) that you found in examine
> find the record group in RECORD_GROUPS section of FORM BUILDER and copy the query
STEP 6 : now you can change the query but keep the column names same,OPEN application and open AP invoice form
>
STEP 7: Create a new personalization i am changing LOV based on ORG_ID thats why i have give ORG_ID in condition , (conditon is not mandatory)
>
STEP :8 Target Object is LOV name that we found in form builder, Value is record group name that we just name in seq1 builtin
Comments
Post a Comment