1 Launch Forms
This topic describes about the Launch Forms
Launch Forms are nothing but normal screens; which are called from another function id for view data purposes. Launch Forms are used for querying (viewing) the data only; no other processing can be done on launch forms, unlike call forms. Usually, any screen which is used across multiple screens for view purposes is treated as Launch Forms.
Example: Contract Events Screen
Contract Events screen is used across many contract screens for viewing the events that has got fired for the particular contract. So a single screen can be designed for the same and re used across all contract screens
Launch Forms can be launched independently and query operation can be done on the screen independently.
This topic contains the following sub-topics:
- Screen Development
This topic describes about the Lunch Forms Screen Development. - Generated Units
This topic describes about generated units of launch form screen development. - Attach the Launch Form to the Main Function Id
This topic describes about the attaching launch form to the main function Id. - Extensible development
This topic describes about the Extensible development