You use this form to add push notification definitions—that is, to set up Acumatica ERP to send push notifications to the notification destination if specific data is changed in Acumatica ERP. You can also use the form to view the details of existing push notification definitions.
The form toolbar has only standard buttons.
In this area, you can specify the main properties of a new notification definition, or select a definition (by selecting its name) and view its main properties.
POST
http://<SiteName>:<PortNumber>/<PageName>?<ParameterNames>
<SiteName>
<PortNumber>
<PageName>
<ParameterNames>
http://localhost:80/main.aspx?pushqueue
<ComputerName>\private$\<QueueName>
<ComputerName>
<QueueName>
TestQueueForPushNotifications
MyComputer
MyComputer\private$\TestQueueForPushNotificatons
PushNotificationsHub
Accept
Content-Type
This tab contains the Inquiries table, which displays the existing generic inquiries for which Acumatica ERP produces push notifications to the selected destination if the results of any of these generic inquiries change. For any generic inquiry selected in the Inquiries table, the Fields table lists the particular fields whose changes should be tracked by the system in the results of the generic inquiry.
If any fields are specified on the Fields tab, the push notifications are sent for the changes in only these fields. However, these push notifications include information about the values of all fields in the results of the generic inquiry.
The table toolbar includes the buttons described below.
The table toolbar has only standard buttons.
This tab contains the Definitions table, which displays the classes for which Acumatica ERP sends push notifications to the selected destination if the results of any of these queries change. These classes are called built-in definitions. For any built-in definition selected in the Definitions table, the Fields table lists the particular fields whose changes should be tracked by the system in the results of the query defined by the built-in definition.
If any fields are specified on the Fields tab, the push notifications are sent for the changes in only these fields. However, these push notifications include information about the values of all fields in the results of the data query.
For information about how to define a class with a data query, see Push Notifications: To Create a Built-In Query Definition.