Изменить

Поделиться через


ExternalBusinessEvent attribute

Version: Available or changed with runtime version 11.0.

Specifies that the method is published as an external business event.

Applies to

  • Method

Syntax

[ExternalBusinessEvent(Name: Text, DisplayName: Text, Description: Text, Category: enum [, Version: Text])]

Arguments

Name
 Type: Text
Specifies a name for the external business event.

DisplayName
 Type: Text
Specifies a user friendly name for the external business event.

Description
 Type: Text
Specifies a description of the external business event.

Category
 Type: enum
Specifies the category of the event.

[Optional] Version
 Type: Text
Specifies a version for the external business event.

Remarks

The ExternalBusinessEvent attribute can be set on methods that are published as external business events.

Getting Started with AL
Developing Extensions