KVSEDX WMS Inventory Line#
Fields#
| Name | Type | Note |
|---|---|---|
| No. | Code[20] | |
| Line No. | Integer | |
| Item No. | Code[20] | |
| Description | Code[100] | |
| Description 2 | Code[100] | |
| Variant Code | Code[10] | |
| Lot No. | Text[20] | |
| Serial No. | Text[20] | |
| Quantity | Decimal | |
| Quantity (Base) | Decimal | |
| Warranty Date | Date | |
| Expiration Date | Date | |
| Item Journal Line Line No. | Integer | |
| EDX Archived by | Code[50] | |
| EDX Archived Time | Time | |
| EDX Archived Date | Date | |
| 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] | FlowField |
| KVSEDX Status | Enum (KVSEDX Status EDX Document) | |
| EDX Document | Code[30] |
Procedures#
ArchiveEDXDoc(Record KVSEDX WMS Inventory Line) :#
Summary: Archives an EDX inventory line 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(ParKVSEDXWMSInventoryLine: Record "KVSEDX WMS Inventory Line"):
Parameters:
ParKVSEDXWMSInventoryLine: The inventory line 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.