RecallNoticesV2recallLinesrecallLotNumbers
RecallNoticesV2recallLinesrecallLotNumbers
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. |
| LotId [KEY] | Long | Value that uniquely identifies the recalled lot. |
| LineId | Long | Value that uniquely identifies the recall notice line. |
| HeaderId | Long | Value that uniquely identifies the recall notice header. |
| ExpirationDate | Datetime | Date when the recalled lot expires. |
| MfgDate | Datetime | Date when the recalled lot is manufactured. |
| MfgLotNumber | String | Number that identifies the manufacturer lot of the recalled part. |
| 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. |
| ShelfLifeDays | Decimal | Number of days that indicate the shelf life for the recalled lot. |
| 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 | User who most recently updated the record. |
| LastUpdateLogin | String | Session login associated with the user who most recently updated the document. |
| LineNumber | Long | Number that identifies the recall notice line entered by the user. |
| SerialEntryMode | String | Value that identifies whether the lot has a serial controlled item. |
| TotalSerialsForLot | Long | Total quantity of recalled serials for a lot. |
| 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). |