Codeunit CCS DIS Item Tracking Mgt.
codeunit 5100958 "CCS DIS Item Tracking Mgt."
Events
OnAfterCopyItemTracking
event "CCS DIS Item Tracking Mgt." OnAfterCopyItemTracking(TempFromReservEntry: Record "Reservation Entry" temporary; TempToReservEntry: Record "Reservation Entry" temporary; ToRowArray: array[7] of Text)
The event is fired on import item tracking creation process, after the all real reservation entries are created and a drop shipment was synchronized.
Parameters
Name |
Type |
Description |
TempFromReservEntry |
Record "Reservation Entry" temporary |
The migrated reservation entries from TrackingSpecBuffer (xml). |
TempToReservEntry |
Record "Reservation Entry" temporary |
The new reservation entries that have been created (the entry numbers are not the real ones). |
ToRowArray |
array[7] of Text |
The composed row array parameters to define the target of the reservation. |
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |
OnBeforeInsertTempToReservEntry
event "CCS DIS Item Tracking Mgt." OnBeforeInsertTempToReservEntry(var TempFromReservEntry: Record "Reservation Entry" temporary; var TempToReservEntry: Record "Reservation Entry" temporary; ToRowArray: array[7] of Text)
The event is fired on import item tracking creation process.
Use this event to extend the migration from the xml (tracking spec buffer) to real reservation entries, on each entry.
Parameters
Name |
Type |
Description |
TempFromReservEntry |
Record "Reservation Entry" temporary |
The migrated reservation entry from TrackingSpecBuffer (xml). |
TempToReservEntry |
Record "Reservation Entry" temporary |
The new reservation entry, later inserted into the database. |
ToRowArray |
array[7] of Text |
The composed row array parameters to define the target of the reservation. |
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |