Editing Action scripts

The ION actions are self-documenting. If you are familiar with Optiva creation actions, you can edit the scripts without difficulty.

The comments in the workflow scripts are used to clarify the purpose of each section. Look in each script for instructions for settings.

Add parameters, classification sets, and status codes. Here is an example of each.

_ExportParams.Add[“DENSITY”]
_SETCODES.Add[“C_ENDUSE”]
_ActiveStatus.Add[“100”]

Constants can be mapped to BODs. For example:

_ERPBestByShelfLifeDur As String = “BESTBYSHELFLIFE”
_ERPSellByShelfLifeDur As String = “SELLBYSHELFLIFE”
_ERPLeadTime As String = “LEADTIME”