Properties
Property | Value |
Object Type | Report |
Object Subtype | Normal |
Object ID | 23044908 |
Accessibility Level | Public |
Events
OnAfterTransferConsumptionEntry()
OnAfterTransferConsumptionEntry event executes inside copyLine procedure in Warehouse Insight’s Transfer Consumption Entries Codeunit after default transfer consumption entry process finishes. Developers can customize and/or extend the default process for additional functionalities by subscribing to this event.
Syntax
OnAfterTransferConsumptionEntry(var precConsumptionEntry: Record “WHI Consumption Entry”, var precItemJournalLine: Record “Item Journal Line”)
Parameters
Parameter | Type | Description |
precConsumptionEntry | Record “WHI Consumption Entry” | Record variable with all fields from consumption entry table. |
precItemJournalLine | Record “Item Journal Line” | Record variable with all fields from item journal line table. |