Table 338 Entry Summary in 28
- App
- Base Application
- Namespace
- Microsoft.Inventory.Tracking
Fields, 25Keys, 3Procedures, 18Events, 15
Versions171819202122232425262728latest
Source29
Fields, 25
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Entry No. | Integer | - |
| 2 | Table ID | Integer | - |
| 3 | Summary Type | Text[80] | - |
| 4 | Total Quantity | Decimal | - |
| 5 | Total Reserved Quantity | Decimal | - |
| 6 | Total Available Quantity | Decimal | - |
| 7 | Current Reserved Quantity | Decimal | - |
| 8 | Source Subtype | Integer | - |
| 15 | Qty. Alloc. in Warehouse | Decimal | - |
| 16 | Res. Qty. on Picks & Shipmts. | Decimal | - |
| 6500 | Serial No. | Code[50] | - |
| 6501 | Lot No. | Code[50] | - |
| 6502 | Warranty Date | Date | - |
| 6503 | Expiration Date | Date | - |
| 6504 | Total Requested Quantity | Decimal | - |
| 6505 | Selected Quantity | Decimal | - |
| 6506 | Current Pending Quantity | Decimal | - |
| 6507 | Current Requested Quantity | Decimal | - |
| 6508 | Bin Content | Decimal | - |
| 6509 | Bin Active | Boolean | - |
| 6510 | Non-specific Reserved Qty. | Decimal | - |
| 6511 | Double-entry Adjustment | Decimal | - |
| 6512 | Non Serial Tracking | Boolean | - |
| 6515 | Package No. | Code[50] | - |
| 6516 | Qty. Rounding Precision (Base) | Decimal | - |
Keys, 3
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Entry No. | - |
| Key2 | Lot No., Serial No., Package No. | - |
| Key3 | Expiration Date | - |
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetLastEntryNo | () | Integer | public | - |
| UpdateAvailable | () | public | - | |
| HasQuantity | () | Boolean | public | - |
| HasSameTracking | (Record Entry Summary) | Boolean | public | - |
| CopyTrackingFromItemTrackingSetup | (Record Item Tracking Setup) | public | - | |
| CopyTrackingFromReservEntry | (Record Reservation Entry) | public | - | |
| CopyTrackingFromSpec | (Record Tracking Specification) | public | - | |
| QtyAvailableToSelectFromBin | () | Decimal | public | - |
| SetTrackingFilterFromEntrySummary | (Record Entry Summary) | public | - | |
| SetTrackingFilterFromItemTrackingSetup | (Record Item Tracking Setup) | public | - | |
| SetTrackingFilterFromReservEntry | (Record Reservation Entry) | public | - | |
| SetTrackingFilterFromSpec | (Record Tracking Specification) | public | - | |
| HasNonSerialTracking | () | Boolean | public | - |
| HasSameNonSerialTracking | (Record Entry Summary) | Boolean | public | - |
| SetNonSerialTrackingFilterFromEntrySummary | (Record Entry Summary) | public | - | |
| SetNonSerialTrackingFilterFromReservEntry | (Record Reservation Entry) | public | - | |
| SetTrackingFilterFromItemTrackingSetupIfRequired | (Record Item Tracking Setup) | public | - | |
| SetTrackingKey | () | public | - |
Events, 15
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterHasSameTracking | (Record Entry Summary, Record Entry Summary, var Boolean) | - |
| Integration event | OnAfterCopyTrackingFromReservEntry | (var Record Entry Summary, Record Reservation Entry) | - |
| Integration event | OnAfterCopyTrackingFromSpec | (var Record Entry Summary, Record Tracking Specification) | - |
| Integration event | OnAfterCopyTrackingFromItemTrackingSetup | (var Record Entry Summary, Record Item Tracking Setup) | - |
| Integration event | OnAfterSetTrackingFilterFromEntrySummary | (var Record Entry Summary, Record Entry Summary) | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetup | (var Record Entry Summary, Record Item Tracking Setup) | - |
| Integration event | OnAfterSetTrackingFilterFromReservEntry | (var Record Entry Summary, Record Reservation Entry) | - |
| Integration event | OnAfterSetTrackingFilterFromSpec | (var Record Entry Summary, Record Tracking Specification) | - |
| Integration event | OnAfterHasSameNonSerialTracking | (Record Entry Summary, Record Entry Summary, var Boolean) | - |
| Integration event | OnAfterHasNonSerialTracking | (Record Entry Summary, var Boolean) | - |
| Integration event | OnAfterSetNonSerialTrackingFilterFromEntrySummary | (var Record Entry Summary, Record Entry Summary) | - |
| Integration event | OnAfterSetNonSerialTrackingFilterFromReservEntry | (var Record Entry Summary, Record Reservation Entry) | - |
| Integration event | OnAfterUpdateAvailable | (var Record Entry Summary) | - |
| Integration event | OnAfterSetTrackingFilterFromItemTrackingSetupIfRequired | (var Record Entry Summary, Record Item Tracking Setup) | - |
| Integration event | OnBeforeSetTrackingKey | (var Record Entry Summary, var Boolean) | - |