admGetNotificationScheme
| Syntax | admGetNotificationScheme(name, id) | Package | adm | 
| Alias | 
 | Pkg Usage | notificationScheme(name, id) | 
Description
Retrieves a breakdown of events and notifications for a notification scheme.
Parameters
| Parameter name | Type | Required | Description | 
|---|---|---|---|
| name | string | Yes | The name of the notification scheme. | 
| id | integer | Yes | The ID of the notification scheme. | 
Return Type
Returns a notification scheme.
Example
JNotificationScheme noteScheme = admGetNotificationScheme("Default Notification Scheme", 11000);
runnerLog("Id: " + noteScheme.id);
runnerLog("Name: " + noteScheme.name);
runnerLog("Description: " + noteScheme.description );See also
Filter by label
There are no items with the selected labels at this time.
Peacock
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
