What is an example of using Tokens?


Consider a control file where you want to include reference data from both the Document Definition, as well as attributes from your Integrated LOS that you are attaching documents to. (e.g. a Loan). The Namespace for the Document Definition object is DOCDEF. The Namespace for the LOS loan is CONTAINER. If you wanted to put the Document Definition name and the Loan number in one of the Bundle fields, you would use the following Tokens:

$$DOCDEF.name$$

$$CONTAINER.loanNumber$$