Get UserGroup
Get User Group
getusergroup takes a UserGroup Name and returns the matching UserGroup Object.
Usage
getusergroup(FQN)
Where:
FQN: Is the qualified name of the UserGroup to be retrieved.
Returns
UserGroup Object
A qualified name can include as many Domain names as is necessary to uniquely identify the UserGroup. If the UserGroup name is unique within the Domains to which the invoking user has access then no qualification is necessary. Only if there is more than one UserGroup with the same name (in different accessible domains) will it be necessary to qualify the UserGroup name with the domain in which it is located.
Examples
-
Retrieve a User.Group
set group = getusergroup("Developers");
-
Retrieve a UserGroup specifying the enclosing domain:
set group = getusergroup("Project1.Developers");
Further descriptions of Group Objects are found in the high level section named DMScript Objects, in the section named Group.
See Also
get_Application_(), get_Component_(), getcredential(), get_Environment_(), getserver(), getuser()
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.