SuppliesDocumentDetail
Represents detail records linking supplies requisition documents to inventory document lines, capturing transaction date, quantity, and processing state.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the supplies document detail. |
| auditCreatedDateTime | Datetime | The date and time when the supplies document detail was created. |
| auditModifiedBy | String | The user who last modified the supplies document detail. |
| auditModifiedDateTime | Datetime | The date and time when the supplies document detail was last modified. |
| date | Date | The date of this supplies document detail. |
| href | String | The URL of the supplies document detail resource. |
| id | String | The unique identifier of the supplies document detail record. |
| inventoryDocumentLine_Href | String | The URL of the inventory document line associated with this supplies document detail. |
| inventoryDocumentLine_Id | String | The Id of the inventory document line associated with this supplies document detail. |
| inventoryDocumentLine_Key | String | The system-assigned key of the inventory document line associated with this supplies document detail. |
| key [KEY] | String | The system-assigned key that uniquely identifies the supplies document detail record. |
| quantity | Decimal | The quantity of items recorded on this supplies document detail. |
| state | String | The current processing state of this supplies document detail, such as pending or fulfilled. |
| suppliesRequisitionDocument_Href | String | The URL of the supplies requisition document associated with this supplies document detail. |
| suppliesRequisitionDocument_Id | String | The Id of the supplies requisition document associated with this supplies document detail. |
| suppliesRequisitionDocument_Key | String | The system-assigned key of the supplies requisition document associated with this supplies document detail. |