KVSKBAPostedDispatchHandlLine
Fields
| Name | Type | Note |
|---|---|---|
| No. | Code[20] | |
| Line No. | Integer | |
| Source Type | Integer | |
| Source Subtype | Option | OptionMembers: 0,1,2,3,4,5,6,7,8,9,10 |
| Source No. | Code[20] | |
| Source Line No. | Integer | |
| Source Subline No. | Integer | |
| Source Document | Enum (KVSKBADispatchSourceDocType) | |
| Location Code | Code[10] | |
| Sorting Sequence No. | Integer | |
| Item No. | Code[20] | |
| Variant Code | Code[10] | |
| Unit of Measure Code | Code[10] | |
| Qty. per Unit of Measure | Decimal | |
| Description | Text[100] | |
| Description 2 | Text[50] | |
| Quantity | Decimal | |
| Qty. (Base) | Decimal | |
| Qty. to Handle | Decimal | Warning: Obsolete |
| Qty. to Handle (Base) | Decimal | Warning: Obsolete |
| Destination Type | Enum Warehouse Destination Type | |
| Destination No. | Code[20] | |
| Shipping Agent Code | Code[10] | |
| Shipping Agent Service Code | Code[10] | |
| Service Item No. | Code[20] | |
| Posted Invoice No. | Code[20] | |
| Currency Code | Code[10] | |
| Length | Decimal | |
| Width | Decimal | |
| Height | Decimal | |
| Gross Weight (Scale) | Decimal | |
| Weight per Unit of Measure | Decimal | |
| Gross Weight | Decimal | |
| Tara | Decimal | |
| Package Tracking No. | Text[50] | |
| Item Qty. Per Carrier | Decimal | |
| Canceled | Boolean | |
| Level | Integer | |
| Package Superior Line No. | Integer | |
| Package Level No. | Integer | |
| Package Sequence Line No. | Integer | |
| Package Sequence No. | Integer | |
| Package Structure | Code[50] | |
| Carrier ID Obligation | Boolean | |
| Carrier ID | Text[50] | |
| Additional Package | Boolean | |
| Empty Package | Boolean | |
| Carrier Posting Type | Enum (KVSKBACarrierPostingType) | |
| Net Weight per Unit of Measure | Decimal | |
| Packing Suggestion Group | Code[20] | |
| Packing Suggestion No. | Code[20] | |
| Packing Suggestion Status | Enum (KVSKBAPackingSuggestionStatus) | FlowField |
| Dispatch Location Code | Code[10] | |
| Outbound Pack. Location Code | Code[10] | |
| Outbound Pack. Bin Code | Code[20] | |
| Inbound Pack. Location Code | Code[10] | |
| Inbound Pack. Bin Code | Code[20] | |
| Serial No. | Code[50] | |
| Lot No. | Code[50] | |
| Warranty Date | Date | |
| Expiration Date | Date | |
| Production Date | Date | |
| Ext. Lot No. | Code[50] | |
| Package No. | Code[50] | |
| Whse. Document Type | Option | OptionMembers: ,Receipt,Shipment,Internal Put-away,Internal Pick,Production,Movement Worksheet,Invt. Pick,Posted Sales Shipment,Posted Return Shipment,Posted Transfer Shipment,Pick,Posted Service Shipment |
| Whse. Document No. | Code[20] | |
| Whse. Document Line No. | Integer | |
| Net Weight | Decimal | |
| Dangerous Goods Points | Decimal | |
| Document Line Type | Option | OptionMembers: ,Account (G/L),Item,Resource,Fixed Asset,Charge (Item),Carrier |
| Document Line No. | Code[20] | |
| Print Label | Boolean | |
| KVSKBA V-LOG Value of Goods | Decimal | |
| KVSKBAV-LOGValueOfGoodsComment | Text[200] | |
| Description of Goods | Text[70] |
Procedures
PrintLabels(Boolean) :
Summary: Prints the dispatch labels based on the current record.
procedure PrintLabels(ShowRequestForm: Boolean):
Parameters:
ShowRequestForm: A Boolean value that indicates whether to show the report request form.
Remarks: The report selection is determined in the DocumentPrint codeunit.
Events
OnBeforeProcedureStartTrackingSite(Record KVSKBAPostedDispatchHandlLine, Boolean) :
Summary: > Event raised before executing the logic to navigate to tracking site. The event allows to skip the standard logic if the subscriber sets the IsHandled flag to true.
[IntegrationEvent(false, false)]
local procedure OnBeforeProcedureStartTrackingSite(KVSKBAPostedDispatchHandlLine: Record "KVSKBAPostedDispatchHandlLine"; var IsHandled: Boolean):
Parameters:
KVSKBAPostedDispatchHandlLine: The record of the line for which the navigation is triggered.IsHandled: A Boolean flag used to determine if the standard logic should be executed. Set this flag to true to skip the standard logic.
Remarks: The standard logic will be skipped if the subscriber sets the IsHandled flag to true.