December '24 Release

The EPC 2.0 December ‘24 release is scheduled for December 07, 2024. With this release, we've included the following new features and improvements:

Platform updates

The following EPC platform updates are included in this release:

  • Disasters collection support [EPC-37142]: Partners can now write to disasters collection enabling them to offer services to monitor for natural disasters and update a loan if it is impacted by a disaster. To support this update, loan.disasters collection has been added to EPC.
  • Product additionalLinks types now includes PartnerAdminGuide [EPC-37096]: Additional product URL support was introduced with the EPC August '24 Release. With this release, product additionalLinks type now includes PartnerAdminGuide.

📘

Note

This applies to the desktop edition of Encompass and will be available in the web edition of Encompass in a future release.

{
  "interfaceUrl": "",
  "adminInterfaceUrl": "",
  "additionalLinks": [
    {
      "type": "PartnerAdminGuide",
      "url": "",
      "description": "",
      "altText": ""
    }
  ]
}

When implemented, the More Info link displays in Encompass Settings> Secondary Setup> Product and Pricing settings in the desktop edition of Encompass.

Link to Partner Admin Guide in Encompass (Desktop) Settings

Link to Partner Admin Guide in Encompass (Desktop) Settings

📘

Additional information

See the More Info Link on Product and Pricing Setting Updated for Encompass Partner Connect and EPPS Integrations entry in the release notes for Encompass 24.3 Major Release.

  • supportPreconfiguredResources product feature flag [EPC-37090]: As a partner, you can now configure your product to support preconfiguredResources. Similar to other product feature flags that enable service management to tailor the admin experience, this feature flag supports partners with automated ordering preconfigured resources. By default, this is set to false, i.e. you need to set it to true to enable the feature. Impacted APIs:
    • POST, GET: v2/productsPATCH
    • GET: v2/products/{productId}
{
  "partnerId": "007001",
  "name": "Flood-DataVerifyCBC_{{random_number}}w",
  "partnerUrl": "www.DataVerifyCBC.com",
  "interfaceUrl": "https://int-ha-2-showcase.ssf.epc.rd.elliemae.io/",
  "adminInterfaceUrl": "https://int-ha-2-showcase.ssf.epc.rd.elliemae.io/",
  "integrationType": "ASYNC",
  "feature": {
    "supportPreconfiguredResources": true
}
}
  • VOID_LOCK action support [EPC-36570]: Partners can now support voiding a rate lock request - ability to submit a request to void a pricing event (for example: lock, relock, extension, denial, or cancellation) and return the loan to its previous state is available with this release.

Easy Ordering updates

Along with the transaction template object, application object is now available in Easy Ordering workflow with supported actions of getRoles, getPersonas and getInstanceId to help enable lenders configure appropriate options available in the template.

These are accessible in the web edition of Encompass in Services Management> Service Setups> Easy Order Options along with other service setup parameters.

Available actions list:

  • getRoles: List of roles containing the following attributes:
    • roleAbbr
    • roleID
    • roleName
  • getPersonas: List of personas containing the following attributes:
    • id
    • name
    • isInternal
    • isExternal
  • getInstanceId: Object with following attribute:
    • instanceId

EPC-37524

Document Preview updates

Document preview window in the Open Modal and Document Uploader has been updated to support print and download options in both desktop and web editions of Encompass.

Download option in Document Preview window (Encompass Web)

Download option in Document Preview window (Encompass Web)

EPC-37234, EPC-36788


.