KVSPSAPurchaseLine#
Procedures#
CalcJobInvQty(Record Purchase Line) :#
Summary: Set the Invoicing Qty. in the PurchaseLine
procedure CalcJobInvQty(var PurchaseLine: Record "Purchase Line"):
Parameters:
PurchaseLine
:
Events#
KVSPSAOnSetJobPurchaseWithInventoryOnSetUseJobPurchWInventory(Record Purchase Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnSetJobPurchaseWithInventoryOnSetUseJobPurchWInventory(var PurchaseLine: Record "Purchase Line"; var UseJobPurchaseWInventory: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAPurchaseLine", 'KVSPSAOnSetJobPurchaseWithInventoryOnSetUseJobPurchWInventory', '', false, false)]
local procedure DoSomethingKVSPSAOnSetJobPurchaseWithInventoryOnSetUseJobPurchWInventory(var PurchaseLine: Record "Purchase Line"; var UseJobPurchaseWInventory: Boolean)
begin
end;