Custom Formula |
![]() ![]() ![]() |
Below screenshot shows how to access Custom Dynamic Formula editor in Mapper. You can use Dynamic Formula to transform the data and apply business rule on-the-fly.
Let us understand the pre-defined variables and return types that can be used in Custom Dynamic Formula on field with VB.Net code.
For example, consider a Custom Formula that uses 'IsFirstCall' and 'ReturnFieldName' variables for 'Gross Weight' field of MM02- Change Material process file.
In this example when MM02- Change Material process file is executed, Custom Formula is executed only once and 'BRGEW' field name will be returned from Excel Cell. Hence for the file to run successfully, user will require to change the column name in iBook/External data sheet with field name (BRGEW) as shown in below screen shot else error will be displayed if any other value is returned. In below screen shot error is encountered if 'Field Description' is used instead of Field Name.
Next:
|