Parameter Generation
The following types of parameter generation are supported:
- Business Number Rule: The parameter value is calculated from a business number rule in the domain of the document. A business rule provides the ability to combine fixed strings, information regarding the document or its owner, and numeric sequences into an identifier for the document. Business rules can also be used to retrieve simple data from the document owner like a reference number or involved party.
- SQL: The parameter value is retrieved from a SQL select statement. The SQL may include a single bind parameter representing the document owner.
- Constant: The parameter value is fixed.
- Java: A special type of JAVA_PLUGIN can be added that generates a parameter using custom Java code.