Share

Transaction.SuppressChangeNotifications Method

Parent Object: Transaction

Description

Method that sets whether the changes notifications within this transaction should be suppressed or not.

Syntax

Transaction.SuppressChangeNotifications( SuppressedEvents() As String, Suppressed As Boolean )

Parameters

Name Type Description
SuppressedEvents String Input String array that specifies the event names to determine which events should be suppressed.

Valid events can be suppressed are: ApplicationEvents.OnDocumentChange.
Suppressed Boolean Input Boolean value that specifies whether the events should be suppressed.

Version

Introduced in version 2025

Was this information helpful?