BuildExecCmd Method
- Last UpdatedNov 06, 2025
- 1 minute read
Builds a specific command for a custom function supported by an object Use BuildXMLWriteCmd() to build standard Add, Update or Delete commands Any parameter values must be individually added AFTER calling this method Throws exception if the call fails for any reason
'Usage
Dim instance As XMLBuilder
Dim objName As String
Dim Cmd As String
instance.BuildExecCmd(objName, Cmd)
Parameters
- objName
- The object name to use for this command
- Cmd
- The command to use for this command