RecallNoticesV2recallLinesrecallLotNumbersrecallLotSerialNumbers
RecallNoticesV2recallLinesrecallLotNumbersrecallLotSerialNumbers
Columns
| Name | Type | Description |
| RecallNoticesV2HeaderId [KEY] | Long | Value that uniquely identifies the recall notice header. |
| RecallLinesLineId [KEY] | Long | Value that uniquely identifies the recall notice line. |
| RecallLotNumbersLotId [KEY] | Long | Value that uniquely identifies the recalled lot. |
| SerialId [KEY] | Long | Value that uniquely identifies the recalled serial number. |
| LineId | Long | Value that uniquely identifies the recall notice line. |
| LotId | Long | Value that uniquely identifies the recalled lot. |
| HeaderId | Long | Value that uniquely identifies the recall notice header. |
| MfgFromSerialNumber | String | Starting serial number as specified by the manufacturer in the recall notice. |
| MfgToSerialNumber | String | Ending serial number as specified by the manufacturer in the recall notice. |
| ObjectVersionNumber | Int | Number that identifies the object version. This attribute is used to implement optimistic locking. The number is incremented every time the record is updated. The number is compared at the start and at the end of a transaction to detect whether another session has updated the record since it was queried. |
| Quantity | Decimal | Quantity of the recalled serial number. This is an optional value that's used to calculate ToSerialNumber when the quantity is added to From Serial Number. |
| SerialEntryMode | String | Mode whether to enter an individual serial or a serial in a range. |
| CreatedBy | String | User who created the record. |
| CreationDate | Datetime | Date and time when the user created the record. |
| LastUpdateDate | Datetime | Date and time when the user most recently updated the record. |
| LastUpdatedBy | String | Name of the user who most recently updated the record. |
| LastUpdateLogin | String | User who most recently updated the record. |
| LineNumber | Long | Number that identifies the recall notice line entered by the user. |
| BindItemDesc | String | Item description used for lookup; used by the searchByItemDesc finder to locate matching items. |
| Finder | String | Search text used by the client-side finder to locate records (helper attribute for search operations). |