Table 7321 Warehouse Shipment Line in 23
- App
- Base Application
- Namespace
- Microsoft.Warehouse.Document
Fields, 44Keys, 12Procedures, 27Events, 34
Versions171819202122232425262728latest
Source29
Fields, 44
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | No. | Code[20] | - |
| 2 | Line No. | Integer | - |
| 3 | Source Type | Integer | - |
| 4 | Source Subtype | Option | - |
| 6 | Source No. | Code[20] | - |
| 7 | Source Line No. | Integer | - |
| 9 | Source Document | Enum Warehouse Activity Source Document | - |
| 10 | Location Code | Code[10] | - |
| 11 | Shelf No. | Code[10] | - |
| 12 | Bin Code | Code[20] | - |
| 13 | Zone Code | Code[10] | - |
| 14 | Item No. | Code[20] | - |
| 15 | Quantity | Decimal | - |
| 16 | Qty. (Base) | Decimal | - |
| 19 | Qty. Outstanding | Decimal | - |
| 20 | Qty. Outstanding (Base) | Decimal | - |
| 21 | Qty. to Ship | Decimal | - |
| 22 | Qty. to Ship (Base) | Decimal | - |
| 23 | Qty. Picked | Decimal | - |
| 24 | Qty. Picked (Base) | Decimal | - |
| 25 | Qty. Shipped | Decimal | - |
| 26 | Qty. Shipped (Base) | Decimal | - |
| 27 | Pick Qty. | Decimal | - |
| 28 | Pick Qty. (Base) | Decimal | - |
| 29 | Unit of Measure Code | Code[10] | - |
| 30 | Qty. per Unit of Measure | Decimal | - |
| 31 | Variant Code | Code[10] | - |
| 32 | Description | Text[100] | - |
| 33 | Description 2 | Text[50] | - |
| 34 | Status | Option | - |
| 35 | Sorting Sequence No. | Integer | - |
| 36 | Due Date | Date | - |
| 39 | Destination Type | Enum Warehouse Destination Type | - |
| 40 | Destination No. | Code[20] | - |
| 41 | Cubage | Decimal | - |
| 42 | Weight | Decimal | - |
| 44 | Shipping Advice | Enum Sales Header Shipping Advice | - |
| 45 | Shipment Date | Date | - |
| 46 | Completely Picked | Boolean | - |
| 48 | Not upd. by Src. Doc. Post. | Boolean | - |
| 49 | Posting from Whse. Ref. | Integer | - |
| 50 | Qty. Rounding Precision | Decimal | - |
| 51 | Qty. Rounding Precision (Base) | Decimal | - |
| 900 | Assemble to Order | Boolean | - |
Keys, 12
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | No., Line No. | - |
| Key2 | No., Sorting Sequence No. | - |
| Key3 | No., Item No. | - |
| Key4 | No., Source Document, Source No. | - |
| Key5 | No., Shelf No. | - |
| Key6 | No., Bin Code | - |
| Key7 | No., Due Date | - |
| Key8 | No., Destination Type, Destination No. | - |
| Key9 | Source Type, Source Subtype, Source No., Source Line No., Assemble to Order | - |
| Key10 | No., Source Type, Source Subtype, Source No., Source Line No. | - |
| Key11 | Item No., Location Code, Variant Code, Due Date | - |
| Key12 | Bin Code, Location Code | - |
Procedures, 27
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| InitNewLine | (Code[20]) | public | - | |
| CalcQty | (Decimal) | Decimal | public | - |
| CheckBin | (Decimal, Decimal) | public | - | |
| CheckSourceDocLineQty | () | public | - | |
| CalcStatusShptLine | () | Integer | public | - |
| AutofillQtyToHandle | (var Record Warehouse Shipment Line) | public | - | |
| DeleteQtyToHandle | (var Record Warehouse Shipment Line) | public | - | |
| SetHideValidationDialog | (Boolean) | public | - | |
| CreatePickDoc | (var Record Warehouse Shipment Line, Record Warehouse Shipment Header) | public | - | |
| OpenItemTrackingLines | () | public | - | |
| SetIgnoreErrors | () | public | - | |
| HasErrorOccured | () | Boolean | public | - |
| GetATOAndNonATOLines | (var Record Warehouse Shipment Line, var Record Warehouse Shipment Line, var Boolean, var Boolean) | public | - | |
| FullATOPosted | () | Boolean | public | - |
| InitOutstandingQtys | () | public | - | |
| GetWhseShptLine | (Code[20], Integer, Option, Code[20], Integer) | Boolean | public | - |
| CreateWhseItemTrackingLines | () | public | - | |
| DeleteWhseItemTrackingLines | () | public | - | |
| SetItemData | (Code[20], Text[100], Text[50], Code[10], Code[10], Code[10], Decimal) | public | - | |
| SetSource | (Integer, Option, Code[20], Integer) | public | - | |
| SetSourceFilter | (Integer, Option, Code[20], Integer, Boolean) | public | - | |
| ClearSourceFilter | () | public | - | |
| SuspendStatusCheck | (Boolean) | public | - | |
| GetWhseShptHeader | (Code[20]) | protected | - | |
| SetItemData | (Code[20], Text[100], Text[50], Code[10], Code[10], Code[10], Decimal, Decimal, Decimal) | public | - | |
| CheckDirectTransfer | (Boolean, Boolean) | Boolean | internal | - |
| CalcBaseQty | (Decimal, Text, Text) | Decimal | public | - |
Events, 34
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterAutofillQtyToHandle | (var Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnAfterGetWhseShptHeader | (var Record Warehouse Shipment Line, var Record Warehouse Shipment Header, Code[20]) | - |
| Integration event | OnAfterOpenItemTrackingLines | (var Record Warehouse Shipment Line, var Decimal) | - |
| Integration event | OnAutoFillQtyToHandleOnBeforeModify | (var Record Warehouse Shipment Line) | - |
| Integration event | OnBeforeAutofillQtyToHandle | (var Record Warehouse Shipment Line, var Boolean, var Boolean) | - |
| Integration event | OnBeforeCalcStatusShptLine | (var Record Warehouse Shipment Line, var Integer, var Boolean) | - |
| Integration event | OnBeforeCheckBin | (var Record Warehouse Shipment Line, var Record Bin, Decimal, Decimal, Boolean, var Boolean, var Boolean) | - |
| Integration event | OnBeforeCheckSourceDocLineQty | (var Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnBeforeCreatePickDoc | (var Record Warehouse Shipment Line, Record Warehouse Shipment Header, Boolean, var Boolean) | - |
| Integration event | OnBeforeCompareQtyToShipAndOutstandingQty | (var Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnBeforeInitOutstandingQtys | (var Record Warehouse Shipment Line, Integer, var Boolean) | - |
| Integration event | OnBeforeOpenItemTrackingLines | (var Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnBeforeTestReleased | (var Record Warehouse Shipment Header, var Boolean) | - |
| Integration event | OnCheckSourceDocLineQtyOnBeforeFieldError | (var Record Warehouse Shipment Line, Decimal, var Decimal, Decimal, var Boolean) | - |
| Integration event | OnCheckSourceDocLineQtyOnCaseSourceType | (var Record Warehouse Shipment Line, Decimal, var Decimal, Decimal) | - |
| Integration event | OnValidateQuantityStatusUpdate | (var Record Warehouse Shipment Line, Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnDeleteQtyToHandleOnBeforeModify | (var Record Warehouse Shipment Line) | - |
| Integration event | OnCreatePickDocOnBeforeCreatePickDoc | (var Record Warehouse Shipment Line, var Record Warehouse Shipment Line, var Record Warehouse Shipment Header, Boolean, var Boolean) | - |
| Integration event | OnBeforeDeleteQtyToHandle | (var Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnBeforeSetQuantityBase | (var Record Warehouse Shipment Line, var Decimal, var Boolean) | - |
| Integration event | OnAfterCreatePickDoc | (var Record Warehouse Shipment Header, var Record Warehouse Shipment Line) | - |
| Integration event | OnAfterCreateWhseItemTrackingLines | (var Record Warehouse Shipment Line) | - |
| Integration event | OnBeforeUpdateDocumentStatus | (var Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnBeforeValidateQuantityIsBalanced | (var Record Warehouse Shipment Line, var Boolean, Record Warehouse Shipment Line) | - |
| Integration event | OnBeforeValidateQtyToShipBase | (var Record Warehouse Shipment Line, Record Warehouse Shipment Line, Integer, var Boolean) | - |
| Integration event | OnAfterInitQtyToShip | (var Record Warehouse Shipment Line, Integer) | - |
| Integration event | OnAfterSetSourceFilter | (var Record Warehouse Shipment Line, Integer, Option, Code[20], Integer, Boolean) | - |
| Integration event | OnBeforeCompareShipAndPickQty | (Record Warehouse Shipment Line, var Boolean, Integer) | - |
| Integration event | OnBeforeCreateWhseItemTrackingLines | (var Record Warehouse Shipment Line, var Boolean) | - |
| Integration event | OnAfterValidateQtyToShip | (var Record Warehouse Shipment Line, var Record Warehouse Shipment Line) | - |
| Integration event | OnBeforeCalcBaseQty | (var Record Warehouse Shipment Line, var Decimal, Text, Text) | - |
| Integration event | OnAfterSetItemData | (var Record Warehouse Shipment Line) | - |
| Integration event | OnCreatePickDocFromWhseShptOnBeforeRunWhseShipmentCreatePick | (var Report Whse.-Shipment - Create Pick) | - |
| Integration event | OnDeleteOnBeforeConfirmDelete | (var Record Warehouse Shipment Line, var Boolean) | - |