Skip to content

KVSMEDCopyGeneralPostingSetup#

Events#

OnAfterCopyGenPostingSetup(Record General Posting Setup, Record General Posting Setup, Boolean, Boolean, Boolean, Boolean) :#

[IntegrationEvent(true, false)]
local procedure OnAfterCopyGenPostingSetup(var ToGeneralPostingSetup: Record "General Posting Setup"; FromGeneralPostingSetup: Record "General Posting Setup"; var CopySales: Boolean; var CopyPurchases: Boolean; var CopyInventory: Boolean; var CopyManufacturing: Boolean): 
[EventSubscriber(ObjectType::Report, Report::"KVSMEDCopyGeneralPostingSetup", 'OnAfterCopyGenPostingSetup', '', false, false)]
local procedure DoSomethingOnAfterCopyGenPostingSetup(var ToGeneralPostingSetup: Record "General Posting Setup"; FromGeneralPostingSetup: Record "General Posting Setup"; var CopySales: Boolean; var CopyPurchases: Boolean; var CopyInventory: Boolean; var CopyManufacturing: Boolean)
begin
end;