Skip to content

KVSEDX WMS Whse.Rcpt.Header#

Fields#

Name Type Note
No. Code[20]
Location Code Code[10]
Bin Code Code[20]
Whse. Receipt No. Text[20]
WMS Order No. Text[30]
WMS Freight No. Code[30]
Posting Date Date
Shipping Agent Code Code[10]
Shipping Agent Service Code Code[10]
Vendor Shipment No. Code[35]
EDX Message Log Line Integer FlowField
EDX Errors Lines Integer FlowField
EDX Archived by Code[50]
EDX Archived Time Time
EDX Archived Date Date
EDX Sender Country Code Code[50]
EDX Sender Post Code Code[20]
EDX Sender City Text[30]
EDX Sender Address 2 Text[50]
EDX Sender Address Text[50]
EDX Sender Name 2 Text[50]
EDX Sender Name Text[50]
EDX Sender No. Code[50]
EDX Sender County Text[30]
KVSEDX Transmission ID Guid
EDX Message Log Integer FlowField
Processed by Code[50]
Processing Time Time
Processed Date Date
Created by Code[50] Warning: Obsolete
Creation Time Time Warning: Obsolete
Creation Date Date Warning: Obsolete
EDX Errors Integer FlowField
KVSEDX Partner No. Code[30]
KVSEDX Status Enum (KVSEDX Status EDX Document)
EDX Document Code[30]
Sender GLN Code[13]
Sender VAT Registration No. Text[20]

Procedures#

ArchiveEDXDoc(Record KVSEDX WMS Whse.Rcpt.Header) :#

Summary: Archives an EDX warehouse receipt header document with user confirmation and reason tracking. This procedure validates the document status, prompts the user to provide archiving reasons, updates status fields, and archives the associated EDX inbound record. Documents with status 'NAV Document created', 'Rejected', 'Archived', or 'Deleted' cannot be archived.

procedure ArchiveEDXDoc(ParKVSEDXWMSWhseRcptHeader: Record "KVSEDX WMS Whse.Rcpt.Header"): 

Parameters:

  • ParKVSEDXWMSWhseRcptHeader: The warehouse receipt header record to be archived.

LogModify(Integer) :#

Summary: Logs field modifications to the WMS message log for audit tracking. This procedure records changes made to specific fields, comparing the old and new values, and creates message log entries for tracking field content changes.

procedure LogModify(fieldNoPar: Integer): 

Parameters:

  • fieldNoPar: The field number of the modified field to log.