EventAttentionGrabberParms Class [AX 2012]
The EventAttentionGrabberParms class contains parameters defining contents and behavior of the Attention Grabber form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| duration | (Inherited from xToastNotification.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finalize | (Inherited from xToastNotification.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| imageResId | (Inherited from xToastNotification.) |
| messageText | (Inherited from xToastNotification.) |
| new | Initializes a new instance of the xToastNotification class. (Inherited from xToastNotification.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| onClicked | Handles the onClicked event of the toast notification window. (Overrides the onClicked Method.) |
| onClosed | Handles the onClosed event of the toast notification window. (Overrides the onClosed Method.) |
| openContextForm | Opens the appropriate form, depending on the notification that is represented by this instance of the EventAttentionGrabberParms class. |
| openInbox | Opens the alert inbox form to the specified tab. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmAttentionGrabberState | Gets or sets the AttentionGrabberState parameter. |
| parmCompanyName | Gets or sets the CompanyName parameter. |
| parmDurationOnScreen | Gets or sets the DurationOnScreen parameter. |
| parmEventAlertedFor | Gets or sets the EventAlertedFor parameter. |
| parmEventMessage | Gets or sets the EventMessage parameter. |
| parmEventSubject | Gets or sets the EventSubject parameter. |
| parmInboxId | Gets or sets the InboxId parameter. |
| parmIsSingleAlert | Gets or sets the IsSingleAlert parameter. |
| parmNotificationSource | Gets or sets the NotificationSource parameter. |
| parmPopUpLinkDestinationId | Gets or sets the PopUpLinkDestinationId parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| show | Shows the toast notification window for this instance of the EventAttentionGrabberParms class. (Overrides the show Method.) |
| subject | (Inherited from xToastNotification.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the EventAttentionGrabberParms class. |
| ::newMultiAlertAttentionGrabberParms | Constructs a multi-alert attention grabber. |
| ::newSingleAlertAttGrabberParms |
Community Additions
ADD
Show: