S3. Loan Search Fields
The table below shows the Loan Object Attributes that are needed by the default XDOC Loan Search dialog as well as the XDOC Document Archiver. The table also shows the list of operators that should be supported for each search field. The Fields correspond to the list of search fields passed to the Container Provider SearchContainers method.
Additional Notes:
- The Field Code is customizable, and can be modified as required by the LOS.
- Additional fields can be made available by the LOS and plugged into XDOC as needed.
- The allowable combination of search fields can be determined by the LOS to control performance.
Field Code | Required | Data Type | Required Operators | Optional Operators | Additional Notes |
---|---|---|---|---|---|
loanNumber | Yes | String | = | ||
loanStage | String | =, inList, notInList | Internal loan stage value. | ||
loanType | String | =, inList, notInList | Internal loan type value. | ||
loanPurpose | String | =, inList, notInList | |||
submittedDate | Date | =, >, >=, <, <= | Date component only. | ||
closeDate | Date | =, >, >=, <, <= | |||
borrowerLastName | Yes | String | = | startsWith | |
borrowerFirstName | Yes | String | = | startsWith | |
propertyStreet | String | = | startsWith | ||
propertyCity | String | = | startsWith | ||
propertyState | String | = | startsWith, inList |