Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
data_design_ide [2021/02/12 15:30]
admin
data_design_ide [2021/02/14 02:43] (current)
admin [SCRIPT]
Line 140: Line 140:
 The order object "order1" is assigned to $VAR.  It can then be used in //Domain// expression as: The order object "order1" is assigned to $VAR.  It can then be used in //Domain// expression as:
    $UTIL.toJSON($VAR.order1)    $UTIL.toJSON($VAR.order1)
 +
 +//INIT// script is for initialization of variables, e.g. environment, user name, password, etc., the variables that may need to be changed from execution to execution.
  
 ---- ----