What does a Token look like?
Tokens in XDOC are enclosed in double dollar signs:
$$<Namespace>.<TokenName>$$
Example: $$CONTAINER.loanNumber$$
This token will be replaced with the loan number from the CONTAINER data object when the bundle is executed.
Token Structure
Each token consists of two parts, separated by a period:
| Component | Description |
|---|---|
| Namespace | The scope or application object the token references (e.g., CONTAINER). |
| Token Name | The attribute or field within that object (e.g., loanNumber). |
Token Resolution
When a bundle is executed:
-
- XDOC scans for all tokens.
- Each token is resolved by retrieving the corresponding data from either:
- The Loan Origination System (LOS), or
- The XDOC system itself.