1 Overview of Call Form
This topic provides an overview on Call Form.
Call Forms are function Id’s (screens) which can be used for processing of a feature which is common across multiple function Ids. Call Forms can be attached to the main function Id for processing the common functionality. Call form screens cannot be launched independently.
Example: Tax Processing for a Contract
Tax Processing depends on common tax rules attached for the product/contract. Same processing can be used for various contract screens like Funds Transfer Input Screen, Letters Of Credit etc. Thus a common function id can be developed which can be attached to all the contract screens requiring tax processing.
On launching the call form screen from the main screen, the values will be picked up based on the data input in main screen. User will have the option to change the data in call form screen if desires so.
There are two types of Call forms they are:
- Maintenance Call Forms
- Transaction Call Forms
Maintenance Call forms can be attached to only maintenance function id’s while transaction call forms can be attached to transaction screens only.