Share via


VendNotificationListPageInteraction.initializeQuery Method [AX 2012]

Initializes the VendNotificationListPage query for the notifications list page so that the range is set to the current user ID.

Syntax

public void initializeQuery(Query _query)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The VendNotificationListPage query.

Remarks

Only the notifications for the current user are displayed.

See Also

Reference

VendNotificationListPageInteraction Class