Step 10 Updating the extension script
- Access Birst > HR-Model-Extension space.
-
Select Modeler > Prepare > HCMSupervisorExtension script.
- Select the Script tab.
- In Select Statement, press CTRL + A then CTRL + C to copy the original query.
- Open Notepad and press CTRL + P to paste the original query for reference.
- Navigate to the first available field (Null), based on your new field's data type.
-
Specify this information to replace the corresponding
Null field with the name of the field to add:
- Format
- [SourceName.NewFieldName]
For example, [HCMGHR_Supervisor.PrimaryResourceForHRMS].
For Select statement modification, as an example:
Example line: NULL, // [CDF String 01] Modified to: [HCMGHR_Supervisor.PrimaryResourceForHRMS], // [CDF String 01]
- Select Validate.
-
Select Save.
Note: You should not modify the Script window in the lower section.