Button click event in form personalization oracle apps
In this post , We will be discuss about the Button click event in form personalization oracle apps. We do use the Button click event in form personalization when we want to click the Button Automatically through form personalization. Button click event helps to click the button automatically using form Personalization. Here below, i will share the detail steps , to use the Button click event in form personalization oracle apps.
Step by Step to Use Button click event in form personalization oracle apps
Step1:- First of all , I will share the actual name of the Button click event and that is 'WHEN-BUTTON-PRESSED'.
Step2:- To Use the 'WHEN-BUTTON-PRESSED' trigger , We need to use these below steps. For Example , If We have an Search Button in any Oracle Form and we want to click this button automatically , when we will open that form.
Step3:- Open the Form and Go to . This is the Form Below and the Actions button , We want to Click automatically while opening the form.
Click on 'Help -> Diagnostics -> Custom Code -> Personalize' to invoke the Forms Personalization for the Oracle form.
Step4:- Create a new personalization as follows.
Trigger Event:WHEN-NEW-FORM-INSTANCE
Step 6:- After Navigating to that Actions Button, We need Execute the WHEN-BUTTON-PRESSED Trigger.
Then I call the EXECUTE_TRIGGER builtin with argument WHEN-BUTTON-PRESSED to simulate the button press.
0 comments:
Post a Comment