KVSKBAInvtPutawaySubform
Extends #437dbf0e84ff417a965ded2bb9650972#Invt. Put-away Subform
Events
KVSKBAOnBeforeGetItemandItemTrackingCode(Record Item, Record Item Tracking Code, Code[20], Boolean) :
Summary: This event is raised before retrieving the item and item tracking code for a given item number.
[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeGetItemandItemTrackingCode(var Item: Record "Item"; var ItemTrackingCode: Record "Item Tracking Code"; ItemNo: Code[20]; var IsHandled: Boolean):
Parameters:
Item: The item record that is being retrieved. Subscribers can modify this record before it is used to get the item tracking code.ItemTrackingCode: The item tracking code record that is being retrieved. Subscribers can modify this record before it is used to determine the editability of the extended lot number field.ItemNo: The item number for which the item and item tracking code are being retrieved.IsHandled: Indicates whether the event is handled. If set to true, the standard handling of retrieving the item and item tracking code will be skipped.
Remarks: Subscribers can use this event to perform custom logic before retrieving the item and item tracking code for a given item number. If the event is handled, the standard handling of retrieving the item and item tracking code will be skipped.