This script is used to translate the JSON data returned from the Encompass API into an XML structure in the Encompass Integration Off-Ramp as an XML Message Item.
There are several Configuration Items within this Unity Script that should not be updated as part of the implementation. If updated many of the XPATH configurations on the Encompass Loan Data message item will not return the correct results.
To view these Configuration Items:
- Log into OnBase Studio.
- In the Unity Scripts tab, click Projects
- To open the script, double-click Encompass Duplicate Document Detection.
- In the Unity Scripts tab, click Configuration
Items.
Refer to the following table for details associated with the configuration items.
Configuration Item | Value | Description |
---|---|---|
XmlNamespace | http://Hyland.Encompass | This value sets the XmlNamespace value in the Encompass Loan Data XML structure. |
XmlRootElementName | EncompassLoanData | This value is the root element created for the Encompass Loan Data XML structure. |