Calling Projects from Projects
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 created with eFORMz
2) Rule – Output from Project
Unique feature: retrieve output from a project and include it as a rule in a different project
3) Document Component – Document Output from Project
Unique feature: retrieve output from a project and include it in a document template in a different project
4) Procedure Action – Load Variable from Project Output
Unique feature: call a project that will return data to be used in further processing
5) Procedure Action – Execute Project Procedures
Unique feature: enable specific variables to be populated and passed between projects
6) Procedure Action – Execute a Project
Unique feature: output an external project to a file, to a printer or with eDIRECT
7) Table – Row Output From Project
Unique feature: display data that iterates more than once in a document template
8) External Document Template
Unique feature: import a document template from an existing project file
9) Add Rules From an External Project
Unique feature: import rules from an existing project file
For calling a sub-project, please view the following resource: Calling Sub-Projects