Document Records Objects
You can configure business rules based on the documentRecords and documentRecordsAll objects shown in this table. The documentRecordsAll object contains all document records of the person.
| Document Records Object | Child Object |
|---|---|
| documentRecords | Document Records Developer Descriptive Flexfields |
| Document Records Descriptive Flexfields | |
| hrDocumentTypes | |
| documentRecordsAll (Array) | Document Records Developer Descriptive Flexfields |
| Document Records Descriptive Flexfields | |
| hrDocumentTypes |
Note:
- You can identify whether a record is cache or database by using the isNewRecord attribute. If the attribute is set to true, it's a cache record.
- The documentRecordsAll object is a document records array. You can use the array to iterate records and an index to fetch the relevant record.
- The document records aren't ordered in the array.