CallFuncXml(function:sub-function:xmlstring:extend:SOA)
Function = name of a function in SSAPD001P
Sub-function = name of a subfunction in SSAPD001P
xmlstring = the xmlString that should be a new cloud or extend current
extend = If this is set to ‘X’, it extends the current xml cloud
SOA = If this is set to ‘SOA’, it any changes to function/subfunction names, are reset to “before the callfuncXML was executed
Return type:
none
Description:
This function is similar to the callfunc, but allows you to extend the XML cloud with a temporary set of variables (encoded in XML) or create a new in-flight XML cloud, so the called function can’t see the original variables, only the ones you provide.
Example:
CallFuncXml(‘order’:’edit’:xmlA(‘newvar’:’abcdefg’):’SOA’)
Notes and Restrictions:
Function and sub functions are case sensitive.