xml_SetExportPath
Specifies the full path to the directory that will store the export XML file.
Syntax
bool xml_SetExportPath (strParam)
Parameters
Specifies the full path to the directory that stores the export XML file. If this action is not called, the XML file is saved in the batch directory. Smart parameters are supported.Returns
Always True.Level
All.Details
This action will only set the path. You will still need to use xml_SetFileName to set the name of the export file.- Example
xml_SetExportPath("C:\Invoice\ExportXML") xml_SetFileName("@BatchID")