Sorting Detail Lines
To sort data based upon certain criteria, use the Sort procedure. Specify a sort variable and define a sort group of input variables and output variables. This is different from sorting data at ...
To sort data based upon certain criteria, use the Sort procedure. Specify a sort variable and define a sort group of input variables and output variables. This is different from sorting data at ...
“No action” is a procedure that is useful for creating a Pre-Condition or Post-Condition procedure that will feature a number of actions and functions inside of it. Consider that when ...
Write to Log is a procedure which builds a complex string for logging. This is different from logging from the Director, which is explained in the following post: Logging. A sample for Write to ...
XML File Load fills one or more variables based on XML elements/attributes in a file either with a constant or variable name. For an example, download the following eFORMz project: XML_File_Load ...
There are at least nine different ways to call a project from another project. 1) Preprocessor – Project Unique feature: import the generated output of another project, such as an XML file ...
Execute a Project is a procedure which calls another project and outputs that project to a file, to a printer or with eDIRECT. To implement, right click the form and select Add Post-condition ...
The Create XML action is used to create XML data that can be passed between projects, which is useful for Calling Sub-Projects or Returning XML from a Project. It’s also similar to Record ...
Unlike other methods of calling projects, Execute Project Procedures works in conjunction with the “For Parameter” variable type to enable specific variables to be passed between ...
Load Variable from Project Output is a procedure action with a variety of potential uses, as the following examples illustrate: Pass XML data to a project to transform into some other XML format. ...
To set the value of a variable using a value in another variable, use Set Variable. For instance, a procedure that is running a calculation, when completed, will need to place the total into ...