Create Number Custom Field

This request allows you to create a number 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:

  • Custom fields can display several different types of information. This request creates a custom field that displays a whole number.
  • 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, it's possible to 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": "Number",
     "type": "customfield.type.number",
     "entityType": "Entity.Customer",
     "required": 0,
     "reportEnabled": 1,
     "creditReportEnabled": 0,
     "archiveEnable": 1,
     "autoCalculate": "customfield.autoCalculate.none",
     "defaultValue": 11298,
     "active": 1
}
Language
Authorization
Click Try It! to start a request and see the response here!