Skip to content

KVSMEDContactStatisticsFactBox#

Events#

OnOpenPageBackgroundProcessingHandling(Boolean) :#

Summary: Is called by OnOpenPage trigger. By default the BackgroundProcessingEnabled value is true. If you want to disable background processing, set BackgroundProcessingEnabled to false. This may be necessary for automated tests, for example, because the framework does currently not support parallel processing.

[IntegrationEvent(false, false)]
local procedure OnOpenPageBackgroundProcessingHandling(var BackgroundProcessingEnabled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDContactStatisticsFactBox", 'OnOpenPageBackgroundProcessingHandling', '', false, false)]
local procedure DoSomethingOnOpenPageBackgroundProcessingHandling(var BackgroundProcessingEnabled: Boolean)
begin
end;

Parameters:

  • BackgroundProcessingEnabled: Default = true. Set the value to false to skip background processing and work in a single thread.