Table of Contents

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): 

Parameters:

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