A5WS_Get_User_Assignments Function
Syntax
Group_List as C = a5ws_Get_User_Assignments(C uservalue [,* Localrequest ])
Arguments
- Group_List
A list of groups to which the specified user belongs.
- uservalue
The userid of a person in the user table.
- Localrequest
Optional. The Request system variable. This variable explicitly passes all request variables to the function. Required if run from a web page.
Description
Return a CR-LF delimited list of groups assigned to a particular web security user in the current project. Accepts uservalue as 'ulink' or 'userid'
Discussion
The A5WS_Get_User_Assignments() function returns a list of the groups to which a person belongs. Returns a list of groups to which a user belongs
Example
? A5WS_Get_User_Assignments("doris") = "Marketing"
Limitations
Web applications only.
See Also