Skip to content

KVSTRDRentalCopySalesDocument#

Events#

KVSTRDOnAfterIsCopyDocumentAllowedForRental(Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

Summary: This event is raised to specifiy if copying a document is allowed for rental purposes.

[Obsolete('Event is not used and will be removed in a future version. (Internal reference: TRD-1059)', '27.5')]
[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.