Example of Loading Fast Formula Globals

Use fast formula globals in multiple formulas to support the Human Capital Management business rules.

For example, the global value could hold tax relief percentages, bonus percentage or overtime rates. Create globals with effective start dates on or before the formula that refer to them.

This example loads global values using source keys.

METADATA|FastFormulaGlobal|SourceSystemOwner|SourceSystemId|EffectiveStartDate|GlobalCode|GlobalName|DataType|GlobalValue|LegislativeDataGroupId(SourceSystemId)
MERGE|FastFormulaGlobal|VISION|GBLMAXILLHEALTH|2000/01/01|MAX_ABS_DURATION_ILLHEALTH|Maximum Absence Duration for Ill Health|N|10|
MERGE|FastFormulaGlobal|VISION|GBLDATEEXAMPLE|2000/01/01|GLOBAL_DATE_EXAMPLE|Fast Formula Global Date Example|D|2012-01-01|LDG_VI_UK
MERGE|FastFormulaGlobal|VISION|GBLSTRINGEXAMPLE|2000/01/01|GLOBAL_STRING_EXAMPLE|Fast Formula Global String Example|T|Global Value|LDG_VI_UK

Create the legislative data group using the example provided in the Loading Legislative Data Groups: Examples topic.