Default value (empty by default)
With square brackets "[ ]", VBS expressions can be stored here, which can perform more complex calculations in the background to calculate a default value.
Execute the function 'funktionsname' from the VBS/VBB module 'modulname' and transfer the 2 parameters param1 and param2. The module must be loaded beforehand (via the [LOAD] section or scripts/<appname>/autoexec. The parameters are separated with <#> instead of <,> to avoid problems with the SEPARATOR.
[modulname.funktionsname(param1#param2)]
Return of the current date in the format year, month, day
[CreateObject("cnstools.datetime").Format("yyyyMMdd")]Return of the classified value of the order number
[erpcustom.GetClassificationProperty(table#"cns"#"CNSERPBASE"#"CNSORDERNO")]
ABC=ABC,ABC:,1,1,[erpcustom.GetClassificationProperty(table#"cns"#"CNSERPBASE"#
"CNSORDERNO")],1,1,,,.*,[erpcustom.GetClassificationProperty("cns"#"CNSERPBASE"#"CNSORDERNO")]ABC=ABC,ABC:,1,1,[erpcustom.GetClassificationProperty("cns"#"CNSERPBASE"#
"CNSORDERNO")],1,1,,,.*,
Return of the classified value of the weight
[erpcustom.GetClassificationProperty("cns"#"CNSPHYPROP"#"CNSMASSEXACT")]In this context, the following variables can also be passed to the function:
You can find an example of this at Section 5.12.1.5.1, “SAP / ERP investment dialog - GET function for classification values ”.
