EventType::construct Method [AX 2012]

Instantiates an event type class from an event type class ID.

client server public static EventType construct(EventTypeId id, EventTypeTrigger typeTrigger)

Run On

Called

Parameters

id
Type: EventTypeId Extended Data Type
The ID of an event type class.
typeTrigger
Type: EventTypeTrigger Enumeration

Return Value

Type: EventType Class
An instantiated event type class.

Always use this method to construct an event type class.

Show: