User manual
IT Functionality 9-22
© 2011 Pyramid Solutions Inc. Publication PUB-AB7603-014
SaveDataToFile
This SSI function saves the data of a passed form to a file. The Object Name
parameter is optional and, if specified, only the data from that object will be
stored. If no object is specified, the data from all objects in the form will be
stored. The contents can either be Appended to the file or Overwrite the current
contents of the file.
Syntax:
<?--#exec cmd_argument=’SaveDataToFile(
“File name”, “Object name”, [Append|Overwrite])’-->
Default output:
Success - Form data saved to file
Failure - Failed to save form data