ReadOnlyNotificationCollection Class

The ReadOnlyNotificationCollection class is used to configure a collection of notifications that can be used on workflows and workflow elements.

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

No code example is currently available or this language may not be supported.

The notification is defined for a notification event key in the ReadOnlyNotificationCollection class. This key points to the related notification, which is a NotificationCollectionProperty class instance.

Notifications can be enabled or disabled. They will be sent to the list of uses defined by using the AssignmentProperty class together with localized message texts defined by using the MessageTextCollection class.

The ReadOnlyNotificationCollection class is read-only. Notification events cannot be added or removed from this collection. However, changes can be applied for each notification.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

ADD
Show: