Skip to content

KVSPSACreateJobShipmentFromPSP#

Events#

KVSPSAOnAfterCalcQtyToTransferBasedOnJobInventory(Record KVSPSA Job Budget Line, Record KVSPSAJob Document Line, Decimal) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterCalcQtyToTransferBasedOnJobInventory(JobBudgetLine: Record "KVSPSA Job Budget Line"; var JobDocumentLine: Record "KVSPSAJob Document Line"; var QtyToTransfer: Decimal): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSACreateJobShipmentFromPSP", 'KVSPSAOnAfterCalcQtyToTransferBasedOnJobInventory', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterCalcQtyToTransferBasedOnJobInventory(JobBudgetLine: Record "KVSPSA Job Budget Line"; var JobDocumentLine: Record "KVSPSAJob Document Line"; var QtyToTransfer: Decimal)
begin
end;

KVSPSAOnBeforeValidateQtyToTransferToQuantity(Record KVSPSA Job Budget Line, Record KVSPSAJob Document Line, Decimal) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeValidateQtyToTransferToQuantity(JobBudgetLine: Record "KVSPSA Job Budget Line"; var JobDocumentLine: Record "KVSPSAJob Document Line"; var QtyToTransfer: Decimal): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSACreateJobShipmentFromPSP", 'KVSPSAOnBeforeValidateQtyToTransferToQuantity', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeValidateQtyToTransferToQuantity(JobBudgetLine: Record "KVSPSA Job Budget Line"; var JobDocumentLine: Record "KVSPSAJob Document Line"; var QtyToTransfer: Decimal)
begin
end;