Process Push Notifications

Form ID: (SM502000)

You use this form to process the push notifications that have not been sent by MYOB Advanced automatically. You can view the notifications that MYOB Advanced failed to send, try to resend them, or delete them.

Form Toolbar

The form toolbar includes standard and form-specific buttons and commands. For the list of standard buttons, see Form Toolbar and More Menu. The form-specific commands are listed in the following table.

Button Description
Send Sends the notifications that you have selected in the table by selecting the unlabeled check boxes in their rows.
Send All Sends all notifications in the table.
Show Notification Opens the Notification Event dialog box, where you can view the text (in JSON format) of the notification you have clicked. For more information about the format of the notification, see Push Notification Format.
Delete All Deletes all notifications from the table.

Table

The table contains the notifications that MYOB Advanced failed to send within the past two days.
Note: If a notification has failed in MYOB Advanced before it was sent (for example, if MYOB Advanced could not retrieve the data for the notification), this notification is not displayed in the table on the Process Push Notifications form. MYOB Advanced saves the information about these notifications in the PushNotificationsErrors database table if the api:push-notifications:enable-dead-message-log key is set to true in the web.config file of the MYOB Advanced instance.
Column Description
Selected An unlabeled check box that you select to include the notification when you click Send or Delete on the form toolbar.
Destination Name The name of the notification destination.
Date The date when MYOB Advanced attempted to send the notification.
Source Name The source for which MYOB Advanced produced the notification: either the name of the generic inquiry or the name of the class with the built-in query definition.
Error The error that occurred when MYOB Advanced sent the notification.
Truncated A read-only check box indicating (if selected) that the push notification message, which has not been sent and is saved to the database, has been truncated to the length of 500,000 symbols. Push notifications that have this check box selected cannot be sent again.
Note: You can change the maximum length of the push notification message that is saved to the database when sending of the notification fails. To do this, in the web.config file of the MYOB Advanced instance, you set the value of the api:push-notifications:max-notification-text-length key in the appsettings section.