Create Associated Company Custom Field

This request allows you to create an associated company Custom Field.

   Click here to learn more about this request

Custom fields are used by lenders to track information that's important to their business practices but isn't native to LoanPro. Here's what you need to know about this request:

  • Custom fields can display several different types of information. This request creates a custom field that displays an Associated Company.
  • Users create custom fields for entities such as Loans, Customers, and more. Once the field has been set up, it will be included as an option for each newly created entity. When creating the entity a custom field is associated with, the user determines the value of the custom field.
  • Custom fields do not update themselves automatically. However, you can set a default value for the field.

For an example of how custom fields work within the UI, take a look at our Using Custom Fields article.

Database

For information on associated companies and custom field database tables, see the following articles:

{
     "name": "Associated Company",
     "type": "customfield.type.associatedCompany",
     "entityType": "Entity.Customer",
     "required": 0,
     "reportEnabled": 1,
     "creditReportEnabled": 0,
     "autoCalculate": "customfield.autoCalculate.none",
     "defaultValue": 2,
     "selectOptions": 4,
     "active": 1
}
Language
Authorization
Click Try It! to start a request and see the response here!