ExecuteMethod
For Microsoft ERP systems, the user may specify a specific method to be executed. After all values are correctly set, this command sends the values to the ERP system for evaluation. The function being executed is contained in the emProc.Name property. The properties of the procedure are then filled in with the results.
Group: Embedded Procedure Object
Syntax: [bValue =] emProc.ExecuteMethod(sName)
bValue (Boolean) Optional – contains a True / False based upon its success.
sName (String) the name of the method to execute