Disable dff using form Personalization
Hi friends, we are going to discuss about the disable dff using form personalization. We will share the detail steps to disable the dff using form personalization. If we have enabled the dff in the oracle form and we want to disable that dff based on some condition or as per business requirement then we can achieve this requirement through form personalization. Using form personalization , we have the flexibility to disable the dff in oracle form based on the condition. In this post , We will share the working example to disable the dff using form personalization. Using Form Personalization , we have flexibility to enable and disable any Oracle form Item or field in oracle apps. Please find below the complete detail about disable dff using form Personalization.
Disable dff using form Personalization
Step by Step to Disable dff using form Personalization
Step1:- For Example , here below is the DFF we have in the Payables Invoice Form. As per our business requirement , we need to disable that DFF based on some condition.
Disable dff using form Personalization |
Step 2:-
First of all , we need to know the name of the DFF which we want to disable using form personalization.
Here below is the DFF name in the Field 'INV_SUM_FOLDER.DF' .
Disable dff using form Personalization |
Step 3:- Now we need to go to the Form Personalization.
Here Below we are creating Form Personalization to disable the AP Invoice DFF.
Personalization Condition
:INV_SUM_FOLDER.INVOICE_TYPE='Standard'
and fnd_profile.value('org_id')=85
Disable dff using form Personalization |
Step 4:-
In the Actions , we are going to disable the dff using the form personalization. We are creating the 2 sequences in the action window.
Object Type : Item
Target Object : INV_SUM_FOLDER.
Property Name: Enabled (Application Cover)
Value : False
Disable dff using form Personalization |
Step 5:-
Object Type : Item
Target Object : INV_SUM_FOLDER.
Property Name: Enabled
Value : False
Disable dff using form Personalization |
Step 6:-
Here we can see , DFF has been disabled using the form personalization.
Disable dff using form Personalization |
0 comments:
Post a Comment