Junction row linking one Claim into one ClaimBatch; it carries no amounts or quantities of its own. ClaimLineService.PopulateClaimLinesInClaimBatch reads these rows to work out which batch line each of the batch's ClaimLine rows belongs to, and writes that id back onto the line.
Fields
| Field | Label | Type | Required | What it does |
ClaimBatchId | Claim Batch | Lookup → ClaimBatch | Yes | |
ClaimId | Claim | Lookup → Claim | | The claim being pulled into the batch; this is the key the populate action builds its lookup on when deciding which batch line each of the batch's claim lines belongs to. A batch line with a null claim is skipped entirely. |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
Id | Id | Guid | Yes | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
RecordTypeId | Record Type | Guid, hidden | | |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Delete | Delete | Delete the selected records. |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteInList | Delete | UIAction | Delete in a list page |
Edit | Edit | Edit | Edit |
EditInLine | Edit | Edit | Edit in page. |
New | New | New | New |