CycleCountSequenceDetailsserials
Manages the serials associated with cycle count sequences for enhanced traceability.
Columns
Name | Type | Description |
CycleCountSequenceDetailsCycleCountEntryId [KEY] | Long | The unique identifier for the cycle count entry recorded in the sequence detail serials. This identifier is used to track serialized inventory verification within a cycle count. |
CycleCountSequenceDetailsCycleCountHeaderId [KEY] | Long | An identifier linking this sequence detail serials record to a specific cycle count header. This identifier groups related cycle count entries for reconciliation and audit purposes. |
CycleCountSequenceDetailsOrganizationId [KEY] | Long | The organization identifier associated with this cycle count sequence detail serials record. This identifier ensures that serialized inventory transactions are correctly categorized within the appropriate business entity. |
CcSerialNumberId [KEY] | Long | The unique identifier for the serial number within the cycle count sequence. This identifier ensures accurate tracking of serialized inventory movements. |
CycleCountEntryId | Long | The unique identifier for the cycle count serial entry. This identifier links the serial number to a specific inventory verification event. |
SerialNumber | String | The serial number of the item being counted. This serial number is used for precise tracking of individual inventory units within the cycle count process. |
RecordedInSystemFlag | Bool | A flag indicating whether the serial number exists in the system's inventory records before the cycle count was conducted. |
RecordedInCountFlag | Bool | A flag indicating whether the serial number was recorded during the physical cycle count. This flag is set to either 'true' or 'false'. If set to 'true', the serial number was included in the count. If set to 'false', the serial number was not counted in the current cycle count sequence. This attribute does not have a default value. |
BindCycleCountName | String | The name of the cycle count event associated with this serials record. This name provides a reference to the specific inventory verification process. |
BindOrganizationCode | String | The organization code corresponding to this cycle count sequence detail serials record. This code ensures proper classification within the business structure. |
CycleCountHeaderId | Long | An identifier for the cycle count header. This identifier groups multiple cycle count entries under a single verification event for serialized inventory tracking. |
Finder | String | A reference field or search parameter used to locate or filter cycle count records. This field or parameter facilitates quick access to serialized inventory data. |
FromSerialNumber | String | The starting serial number of the inventory item being counted. This serial number is essential for tracking serialized stock within a defined range. |
OrganizationId | Long | The organization identifier associated with this cycle count serial record. This identifier ensures that inventory counts are properly classified under the correct business entity. |
ToSerialNumber | String | The ending serial number of the inventory item being counted. This serial number is used for tracking serialized inventory within a specific range. |