CA Service Management

 View Only

CA SDM::.SPEL::. Misc:find mang 

Jan 25, 2017 07:22 AM

Misc:find mang

 

Overview

Returna a list of managers of one specific group. For a group provided in the first argument get list of all managers with notify_flag checked.

It is used in macro Notify Group Manager.

Usage

<source lang="javascript"> string misc_find_mang(uuid group) </source>

Results

Return space (' ') separated list of persids to contact table (returned managers).

Examples

<source lang="javascript"> string contact_persid; if (!is_null(group)) { contact_persid = misc::find_mang(group); } </source>

Statistics
0 Favorited
6 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.