EnableTracking method: PTNotification class

Syntax

EnableTracking()

Description

Use this method to track the delivery status (of In-app, email, and text notifications) for each user, however tracking the delivery status may impact performance.

You should invoke the EnableTracking method before calling the Send method. By default, status tracking is not enabled, so you should enable tracking explicitly.

The tracking status can be fetched by calling the GetNotificationStatus or GetUserNotificationStatus method after the notification is sent successfully. The status does not imply that the user received the message. The status only indicates whether the message is successfully sent out of the PeopleSoft system or not. You can check the actual status on corresponding servers, for example, Twilio message monitor for text notifications.

Parameters

None.

Returns

None.

Example

&objBroadcast.EnableTracking();