The LISTPERGRPS command lists the personal groups for a contact. A personal group is defined as a group of which the contact is a member. This command can also be used to list all the members of a specific group.
This command has the following format:
ADDRESS VOX "LISTPERGRPS NAME{({name|*}) | KEY(key)}
[GRP(*|name|key)]
[PREFIX(varname)]"
Specifies the name of the entity whose personal groups are to be listed.
An asterisk (*) returns a list of contacts that are members of the specified group.
Note: An asterisk (*) is valid only when the GRP operand is defined and the GRP operand is not defined as the wildcard character.
Specifies the key of the entity whose groups are to be listed.
(Optional) Specifies the group name or key to check for the membership of contacts.
An asterisk (*) returns a list of all groups of which the contact specified by NAME is a member.
Note: An asterisk (*) is valid only when the NAME operand is not defined as the wildcard character.
Default: *
(Optional) Directs return information, if any, to a specific destination. For a list of valid destination values, see the section ADDRESS VOX Return Information.
Default: REXX
(Optional) Specifies the name of the REXX stem variable (other than the default name) that contains the return information for the command.
For information about changing the default variable name, see the section ADDRESS VOX Return Information.
Default: VOX.LISTPERGRPS
Usage Note:
For more information on this command, see the sample REXX program listpergrps.rex in the CA Automation Point installation folder \sample\nm.
Return Information:
After the LISTPERGRPS command executes, it sets the special REXX return code variable RC.
Examples:
ADDRESS VOX "LISTPERGRPS NAME(Chris Smith)"
ADDRESS VOX "LISTPERGRPS NAME(*) GRP(Weekend Group)"
|
Copyright © 2011 CA.
All rights reserved.
|
|