KVSKBADispatchHandlingHeader#
Fields#
| Name | Type | Note | 
|---|---|---|
| No. | Code[20] | |
| Status | Option | OptionMembers: Open,Pending AMEST,Released | 
| Shipment Method Code | Code[10] | |
| Shipping Agent Code | Code[10] | |
| Shipping Agent Service Code | Code[10] | |
| Ship-to Name | Text[100] | |
| Ship-to Name 2 | Text[50] | |
| Ship-to Address | Text[100] | |
| Ship-to Address 2 | Text[50] | |
| Ship-to City | Text[30] | |
| Ship-to Post Code | Code[20] | |
| Ship-to Contact | Text[100] | |
| No. Series | Code[20] | |
| Net Weight | Decimal | FlowField | 
| Gross Weight (Scale) | Decimal | FlowField | 
| Gross Weight | Decimal | FlowField | 
| Tara | Decimal | FlowField | 
| Dispatch Handling Comment | Boolean | FlowField | 
| Amount of Packages (Level 1.) | Decimal | FlowField | 
| Amount of Packages (Total) | Decimal | FlowField | 
| Destination Type | Enum Warehouse Destination Type | |
| Sell-to Contact No. | Code[20] | |
| Destination No. | Code[20] | |
| Ship-To Code | Code[10] | |
| Ship-to County | Text[30] | |
| Ship-to Country/Region Code | Code[10] | |
| Interface | Enum (KVSKBA Dispatch Provider) | |
| Ship. Order/Way-Bill No. | Code[20] | |
| Only Labels | Boolean | |
| Pick-Up Date | Date | |
| Pick-Up Time | Time | |
| Arrival Date | Date | |
| Arrival Time | Time | |
| One Package Dispatch | Boolean | |
| Created By Document Type | Enum (KVSKBADispatchSourceDocument) | |
| Created By Document No. | Code[20] | |
| Assigned User ID | Code[50] | |
| Language Code | Code[10] | |
| Dispatch Handling Type | Enum (KVSKBADispatchHandlingType) | |
| One Package Disp. Superior No. | Code[20] | |
| Format Region | Text[80] | |
| Created DateTime | DateTime | |
| Created UserID | Code[50] | |
| 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] | |
| KVSKBA V-LOG ShippingAgentText | Text[250] | |
| KVSKBA V-LOG Company | Code[20] | |
| KVSKBA V-LOG ShipAgntSrvInictr | Integer | FlowField | 
| KVSKBA V-LOGAgreedShippingDate | Date | |
| KVSKBA V-LOGAgreedShippingTime | Time | |
| KVSKBA V-LOG Value of Goods | Decimal | FlowField | 
Procedures#
TransferServiceIndicators(Record KVSKBAPostedDispatchHandHeader, Text) : Boolean#
Summary: Transfer all fields from document to posted document
procedure TransferServiceIndicators(var postedDispatchHandHeader: Record "KVSKBAPostedDispatchHandHeader"; var lastError: Text): Boolean
Parameters:
- postedDispatchHandHeader: The target posted dispatch-handling order
- lastError: Contains detailed statusinformation for ui-interaction
Returns: TRUE if all fields have beend successfully transfered OR in case there were no fields to transfer. FALSE in case of an error.
ClearServiceIndicatorAssignments(Boolean, Text) : Boolean#
Summary: Removes all service-indicators assigned to the current dispatch-order
procedure ClearServiceIndicatorAssignments(runTrigger: Boolean; var lastError: Text): Boolean
Parameters:
- runTrigger: If true, the OnDelete trigger of the record will be executed
- lastError: Contains detailed statusinformation for ui-interaction
Returns: TRUE if the service-indicator assignments have been cleared. FALSE in case of an error.
Remarks: Only works if the dispatch-order is in status Open
GetValueOfGoods() :#
procedure GetValueOfGoods(): 
AnyValueOfGoodsComments() : Boolean#
procedure AnyValueOfGoodsComments(): Boolean
PrintRecords(Boolean) :#
procedure PrintRecords(ShowRequestForm: Boolean):