StockableKitDocumentLine
Represents individual line items within a stockable kit document, capturing item quantities, costs, unit of measure, source document references, and tracking details.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the stockable kit document line. |
| auditCreatedDateTime | Datetime | The date and time when the stockable kit document line was created. |
| auditModifiedBy | String | The user who last modified the stockable kit document line. |
| auditModifiedDateTime | Datetime | The date and time when the stockable kit document line was last modified. |
| baseCurrency | String | The base currency used for this stockable kit document line. |
| cost | Decimal | The cost amount for this stockable kit document line in the base currency. |
| costMethod | String | The cost method used to value inventory for this stockable kit document line. |
| documentHeader_DocumentNumber | String | The document number of the document header associated with this stockable kit document line. |
| documentHeader_DocumentType | String | The document type of the document header associated with this stockable kit document line. |
| documentHeader_Href | String | The URL of the document header associated with this stockable kit document line. |
| documentHeader_Id | String | The Id of the document header associated with this stockable kit document line. |
| documentHeader_Key | String | The system-assigned key of the document header associated with this stockable kit document line. |
| documentType | String | The type of this stockable kit document line. |
| extendedCost | Decimal | The extended cost for this stockable kit document line, calculated as unit cost multiplied by quantity. |
| href | String | The URL of the stockable kit document line resource. |
| id | String | The unique identifier of the stockable kit document line record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the stockable kit document line record. |
| lineDescription | String | The description for this stockable kit document line. |
| lineNumber | Int | The line number of this stockable kit document line within its parent document. |
| memo | String | The memo or internal note for this stockable kit document line. |
| quantity | Decimal | The quantity of items on this stockable kit document line. |
| quantityConverted | Decimal | The quantity converted to the base unit of measure for this stockable kit document line. |
| quantityRemaining | Decimal | The remaining quantity available on this stockable kit document line. |
| sourceDocumentLine_DocumentType | String | The document type of the source document line associated with this stockable kit document line. |
| sourceDocumentLine_Href | String | The URL of the source document line associated with this stockable kit document line. |
| sourceDocumentLine_Id | String | The Id of the source document line associated with this stockable kit document line. |
| sourceDocumentLine_Key | String | The system-assigned key of the source document line associated with this stockable kit document line. |
| sourceDocument_DocumentType | String | The document type of the source document associated with this stockable kit document line. |
| sourceDocument_Href | String | The URL of the source document associated with this stockable kit document line. |
| sourceDocument_Id | String | The Id of the source document associated with this stockable kit document line. |
| sourceDocument_Key | String | The system-assigned key of the source document associated with this stockable kit document line. |
| status | String | The current status of the stockable kit document line, such as active or inactive. |
| txnCurrency | String | The transaction currency used for this stockable kit document line. |
| unitCost | Decimal | The cost per unit for this stockable kit document line. |
| unitOfMeasure_Href | String | The URL of the unit of measure associated with this stockable kit document line. |
| unitOfMeasure_Id | String | The Id of the unit of measure associated with this stockable kit document line. |
| unitOfMeasure_Key | String | The system-assigned key of the unit of measure associated with this stockable kit document line. |
| unitQuantity | Decimal | The quantity expressed in the specified unit of measure for this stockable kit document line. |
| ListAggregate_TrackingDetail | String | The aggregate list of tracking details associated with this stockable kit document line. |