EventType Property

Specifies the type of event that is published by the event publisher function.

Applies to

  • C/AL functions.

    This property is only available when the Event Property of a function is set to Publisher.

Property Value

Value Description

Business

The event is a business event type. A business event has an implied promise or contract that it will not to change in future Microsoft Dynamics NAV releases. Business events are typically implemented by ISVs and Microsoft.

Integration

The event is an integration event type. An integration event is like a business event except that is does not have the same promise or contract of not changing. Therefore, it less restrictive. Integration events are typically for integrating Microsoft Dynamics NAV with other solutions, such as Microsoft Dynamics CRM.

For more information about the different event types, see Event Types

Remarks

For more information about events, see Events in Microsoft Dynamics NAV.

See Also

Concepts

Publishing Events
Raising Events
Subscribing to Events
C/AL Function Statements