Skip to content

KVSKBAPurchaseChangePrintLine#

Events#

OnBeforeCheckIfPurchaseLineCanBeHidden(RecordId, Decimal, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeCheckIfPurchaseLineCanBeHidden(PurchaseDocumentLineRecordID: RecordId; CompareAmountQty: Decimal; var IsHiddenAllowed: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAPurchaseChangePrintLine", 'OnBeforeCheckIfPurchaseLineCanBeHidden', '', false, false)]
local procedure DoSomethingOnBeforeCheckIfPurchaseLineCanBeHidden(PurchaseDocumentLineRecordID: RecordId; CompareAmountQty: Decimal; var IsHiddenAllowed: Boolean; var IsHandled: Boolean)
begin
end;