SetCategory method: PTNotification class

Syntax

SetCategory(Type)

Description

Use this method to specify a category for notifications.

Parameters

Parameter Description

Type

Specifies the category for a notification as a String value.

Valid values are:

  • FYI

  • ACTIONABLE

  • ACK

  • WORKABLE

Use the Workable category to place a notification, with a Mark Complete button, under Actions in the Notification panel. The Mark Complete button enables a user to dismiss the item from the list directly.

See Applications User’s Guide: Using the Notifications Panel.

Returns

None.

Example

&objBroadcast.SetCategory("FYI");