KVSTRDRentalCopySalesDocument#
Events#
KVSTRDOnAfterIsCopyDocumentAllowedForRental(Boolean) :#
Summary: This event is raised to specifiy if copying a document is allowed for rental purposes.
[IntegrationEvent(false, false)]
local procedure KVSTRDOnAfterIsCopyDocumentAllowedForRental(var IsAllowed: Boolean):
[EventSubscriber(ObjectType::ReportExtension, ReportExtension::"KVSTRDRentalCopySalesDocument", 'KVSTRDOnAfterIsCopyDocumentAllowedForRental', '', false, false)]
local procedure DoSomethingKVSTRDOnAfterIsCopyDocumentAllowedForRental(var IsAllowed: Boolean)
begin
end;
Parameters:
IsAllowed: A boolean variable. True if copy document is allowed, otherwise false.