Forms Personalization Zoom Functionality
Forms Personalization Zoom Functionality
Forms Personalization
Personalization is a Golden Key to Win Customer Satisfaction.
What is Zoom?
Directly going from one form to another form with click of a button is called ZOOM functionality in
Oracle Applications. This can be done in different ways. Firstly, I can just call the second form
and then leave it for user to enter the data. Second way is call the second form from first and then
dynamically populate the data in second form based on first forms data.
In this document I will Zoom from Order Organizer form to Shipping Transactions form and
also populate the order number dynamically in destination form.
In my this Example I am placing this Line Status : I (means Interfaced, it depends which status
you want to place) , You can place different Line status values By getting it from Examine.
Process flow:
• Initialize the menu/icon in source form
• Initialize the global variables
• When the menu/icon is clicked copy the order number from source form filed to
global variable and then launch the destination form
• In the destination form copy the value from global variable to destination form
field.