Feature Enhancements in Encompass Investor Connect 19.3 September Service Pack
All columns in the Loan Delivery Status pop-up window can now be sorted in ascending or descending alphanumeric order by clicking the header at the top of a column. This makes it easier for partners to view transactions based on the information that displays in each column.
DND-4071
To make it easier for partners to identify documents in loan packages, the template name for each document is now included in manifest files (both XML and JSON formats) for loan submission packages. A template names is a unique ID in a consistent format associated with each form. This enables partners to use the docTypeName, TemplateName, or both to identify documents. An example is shown below, with the template name in bold font:
{
"classifications": {
"identification": [
{ "docTypeName": "Loan Estimate (Alternate)", *"TemplateName": "GTRIDLEJ_S*", "pages": "1,2,3" }
,
"fileName": "254900D8UVDBN0LNLV6489013973021_Loan Estimate (Alternate)_20191804135703.pdf",
"createdDate": "2019-04-18T13:57:03Z",
"pages": 3,
"userDefinedName": "Loan Estimate"
Template names are included for all barcoded documents generated by the Encompass Docs Solution engine. Documents that do not have barcodes have an empty string for the template name in the manifest.
DND-3945