2 Header Information
This topic provides the systematic instructions to update header information.
- Log in to the Development Workbench for Universal
Banking using the credentials maintained.Refer to the topic Development Workbench - Administration for creating users.
- Map the session to the release and environment as required.Refer Development Workbench – Getting Started for detailed explanation.
- Click Function Generation node in the browser tree found
in the Landing page of ODT. The Function Generation screen is displayed.
- On Function Generation screen, specify the
following.For more information on this, refer to the field description table.
Table 2-1 Function Generation - field Description
Field Description Action New and Load options are provided for this field.
For a new screen development, select the action as New; if an existing screen radxml has to be loaded for customization select the Load option.
If the action is Load, then corresponding radxml has to be loaded using browser option in Save Xml Path; all the header information will get populated
Function Id If the Action is selected as New, the function Id name needs to be specified. Function Id is the unique name with which a screen is identified.
Function Id name should follow the FLEXCUBE standard naming convention.
- Function Id name to have maximum length of 8 characters.
- For detail screens, the third character should be D.
- For report screens, the third character should be R.
- For call form function ids the third character should be C
- First 2 characters should specify the module name for which the particular function id is used.
Function Type The Function Type can be Parent or Child or Screen Child (based on the screen which has to be designed).
For more information, refer to the Function Type table.
Parent Function This field is applicable only if the function type is child/screen child and this field will be populated when the parent RAD xml is loaded. This is a read only field.
Save Xml Path The label description of the field will change depending on the action .If the action is load, ODT attaches the Browse button to it so that user can browse the radxml and load it.
If the action is New, Save Xml Path is optional.
If provided, then the generated units will be saved in the path mentioned. Note that the value in the Save Xml Path will be used only if the Save Format is Client Path and if the User has given CURRENT_DIRECTORY in the User Preferences of the Work Directory.
Parent Xml This field is also applicable only if the Function type is child/screen child. If the Function Type is child/screen child user has to load the radxml of the Parent Function using browse button provided to this field.
It is non editable field if the action is Load.
Function Category Provide Function category depending on the type of screen being developed. ODT provides the following options:
For more information on this, refer to the Function Category table.
Header Template A template can be selected for header.
For more information on this, refer to the Header Template table.
Footer Template A template can be selected for footer. The following options are provided.
For more information on the field, refer to the Footer Template table.
Table 2-2 Function Type
Field Description Parent This is the default option and can be used for normal screen development. Child This option can be selected if the screen has to be the child of another screen .i.e. inherits all the properties of another screen which will be its parent. Properties can be modified in the child level. Screen Child This option can be selected if the screen has to be the screen child of another screen, i.e. it inherits all properties from its parent. Only screen layout changes can be done in the screen child screen. Table 2-3 Function Category
Field Description Maintenance These screens are typically used to maintain static data used across the system. These screens include product definition function as well.
Example: Branch Parameters Maintenance
Transaction These screens are typically used to capture contract related data. Any operations related to contracts are performed in these screens
Example: Funds Transfer Contract Input screen
Report These screens are used to capture data required to generate a BI Publisher canned reports. Example: General Ledger balance report
Summary If only query operation is required for the particular function Id, then function category can be selected as summary. Others If developer feels that existing handles provided in maintenance/transaction screens in extensible framework is inadequate (or not necessary) for the screen; screen can be designed as others. Note that all business logic would have to be manually written by the developer for others screen. Table 2-4 Header Template
Field Description None This is the default header and should be used for all screens except workflow screens. Process This template can be selected for workflow screens. The following Fields will be added to the header section as part of this template.
- Workflow Reference
- Priority
Table 2-5 Footer Template
Field Description None This is the default value.
Maint audit This template can be used for maintenance screens. Ensure that master data source has the standard audit columns.
Audit block field names are reserved filed names and hence cannot be used as the name of any other block field.
For more information on the field, refer to the Audit Column and corresponding Block Fields table.
Note: When template is selected, ODT automatically adds the fields to Data Source and Blocks and adding these fields manually to data blocks results in erroneous behavior.
Maint Process In this template along with maintenance audit fields System would automatically add a control block and Process related fields. This template can be used for workflow maintenance screens.
Process Only process related Fields will be added to the Footer. This can be used for work flow transaction screens. As part of process template; previous remarks, remarks, outcome and audit block will be created in the footer.
Table 2-6 Audit column and corresponding Block Fields
Column Name Block Field Name MAKER_ID MAKER MAKER_DT_STAMP MAKERSTAMP CHECKER_ID CHECKER CHECKER_DT_STAMP CHECKERSTAMP MOD_NO MODNO RECORD_STAT RECSTAT ONCE_AUTH ONCEAUTH ONCE_AUTH AUTHSTAT If the action selected is Load, function Id field will be disabled. It will be picked up from the radxml which is loaded.
- Action
This topic describes about the action. - Function Id
This topic describes about the function Id. - Save Xml Path
This topic describes the save Xml path. - Function Type
This topic describes the function type. - Parent Function
This topic describes the parent function. - Parent Xml
This topic describes the parent xml. - Function Category
This topic describes the function category. - Header Template
This topic describes the header template. - Footer Template
This topic describes the template of the footer.