...
For the following logic types, there is a recommendation for a prefix/suffix:
Logic type | Formula Nature | Prefix | Suffix | Example |
---|---|---|---|---|
Calculation Flow | calculationFlow | CF_ | CF_DailyCalculation | |
Calculated Field Set | (default) | CFS_ | CFS_ProductEnrichment | |
Dataload | paDataLoad | DL_ | DL_LoadFromPX | |
Groovy Library | library | Lib | SharedLib |
Element names
Follow general rule with using a first capital letter. The library element names should have a suffix "Utils" (e.g. RoundingUtils, CacheUtils, DatamartUtils).
...