PCDataSourceEventNotify::construct Method [AX 2012]

Creates an instance of the PCDataSourceEventNotify class that is connected to the specified caller form.

client public static PCDataSourceEventNotify construct(Object _callerForm)

Run On

Client

Parameters

_callerForm
Type: Object Class
The caller form that will receive the notifications from this instance.

Return Value

Type: PCDataSourceEventNotify Class
An object of the PCDataSourceEventNotify class.

The caller form must contain the notification methods that he wishes to receive from the data source.

Show: