Encompass SDK – The following code displays all of the Milestone information for a loan. using System; using System.IO; using EllieMae.Encompass.Client; using EllieMae.Encompass.BusinessEnums; using EllieMae.Encompass.BusinessObjects.Loans; using EllieMae.Encompass.BusinessObjects.Loans.Events; class LoanReader { public static void Main() { // Open the session to the remote server Session session = new Session(); session.Start(“myserver”, “mary”, “maryspwd”); // Open a loan …
Year: 2023
Encompass – The Closing Process
The Closing Process The closing process in Encompass enables you to order and receive closing documents using a single source of information without leaving Encompass. When closing documents are returned, the closer can view, print, and then send the document package. This chapter discusses the steps and guidelines to follow when proceeding through the closing …
Encompass SDK – Loan associate info
A Loan Associate is a User or UserGroup which has been assigned to a role within the loan. A loan associate is typically responsible for completing one or more tasks during the lifetime of a loan. using System; using System.IO; using EllieMae.Encompass.Client; using EllieMae.Encompass.BusinessObjects; using EllieMae.Encompass.BusinessObjects.Loans; class LoanManager { public static void Main(string[] args) { …
Encompass SDK – how to use the LoanFields object to access various fields on a Loan.
The following code demonstrates how to use the LoanFields object to access various fields on a Loan. using System; using System.IO; using EllieMae.Encompass.Client; using EllieMae.Encompass.BusinessObjects; using EllieMae.Encompass.BusinessObjects.Loans; class LoanManager { public static void Main(string[] args) { // Open the session to the remote server Session session = new Session(); session.Start(“myserver”, “mary”, “maryspwd”); // Open an …
Encompass SDK – Pipeline loans waiting to be sent to processing.
The following code produces a report of all the loans in the My Pipeline folder which are currently waiting to be sent to processing. using System; using System.IO; using EllieMae.Encompass.Client; using EllieMae.Encompass.BusinessEnums; using EllieMae.Encompass.BusinessObjects; using EllieMae.Encompass.BusinessObjects.Loans; using EllieMae.Encompass.BusinessObjects.Loans.Logging; class LoanReader { public static void Main() { // Open the session to the remote server Session …
Encompass SDK – New Lock request
The following code creates a new Lock Request on an existing loan. using System; using System.IO; using EllieMae.Encompass.Client; using EllieMae.Encompass.BusinessEnums; using EllieMae.Encompass.BusinessObjects; using EllieMae.Encompass.BusinessObjects.Loans; using EllieMae.Encompass.BusinessObjects.Loans.Logging; class LoanReader { public static void Main(string[] args) { // Open the session to the remote server Session session = new Session(); session.Start(“myserver”, “mary”, “maryspwd”); // Open and lock …
Encompass SDK – Create a loan file using codes
The following code creates a new loan, sets the value of several fields, and then commits the loan to the database. using System; using System.IO; using EllieMae.Encompass.Client; using EllieMae.Encompass.BusinessObjects; using EllieMae.Encompass.BusinessObjects.Loans; class LoanReader { public static void Main() { // Open the session to the remote server Session session = new Session(); session.Start(“myserver”, “mary”, “maryspwd”); …
Encompass web customization
What is the ICE Secure Scripting Framework? Whenever an ICE Mortgage Technology product allows for the injection of custom functionality, it does so using a technology framework known as the ICE Secure Scripting Framework (SSF). The ICE Secure Scripting Framework isolates the third-party’s customizations away from the host application (e.g., Encompass) by loading the custom …
Purchase advice form – settings
Purchase Advice Form Use the Purchase Advise Form settings to create two types of template information that users can select from the Purchase Advice Form. The Payouts Dropdown List contains descriptions of commonly used payouts. The Purchase Advice Template list contains complete templates that populate multiple payout lines with both a description and the expected …
Note or Purchase date
Note or Purchase Date The Note or Purchase Date displayed will depend on the Channel (field ID 2626) on the Borrower Summary – Origination screen. • If the Channel is “Correspondent”, the Purchase Date (field ID 3567) from the The correspondent Purchase Advice Form is displayed. • If the Channel is “Banked-Retail” or “Banked-Wholesale”, the …