Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Specifies whether the function is used to publish or subscribe to an event.
Applies to
- C/AL functions.
Property Value
| Value | Description |
|---|---|
| No | The function is a normal function that does not publish or subscribe to an event. |
| Publisher | The function is an event publisher, which is used to declare and raise a business or integration event in the application. For more information, see Publishing Events. |
| Subscriber | The function is an event subscriber, which is used to handle a published event. For more information, see Subscribing to Events. |
Remarks
For more information about events, see Events in Microsoft Dynamics NAV.