xInfo.formNotify Method [AX 2012]
Executes based on a particular type of change to a specific form, allowing custom code to run.
public void formNotify(
FormRun form,
FormNotify notification,
[FormNotifyEventArgs formNotifyEventArgs])
Run On
CalledParameters
- form
- Type: FormRun Class
The form that you want to monitor.
- notification
- Type: FormNotify Enumeration
A value that is supplied by the FormNotify system enumeration.
- formNotifyEventArgs
- Type: FormNotifyEventArgs Class
Community Additions
ADD
Show: