A5WS_Get_GUID_From_Group Function
Syntax
GUID as C = a5ws_Get_GUID_From_Group(C group_name [,* Localrequest ])
Arguments
- GUID
The unique ID assigned to the group.
- group_name
The group_name value of a group in the group table.
- Localrequest
Optional. The request variable. Required if run from a web page.
Description
Returns a group GUID from a group name. 'Request' must be provided if run in web page.
Discussion
The A5WS_Get_GUID_From_Group() returns the unique ID assigned to a security group in the group table.
Example
?A5WS_Get_GUID_From_Group("Administrators") = "78f972bb35644ffc95fbf894bc524382"
Limitations
Web applications only.
See Also