A5WS_Get_GUID_From_Ulink Function
Syntax
GUID as C = a5ws_Get_GUID_From_Ulink(C ulink [,* request ])
Arguments
- GUID
The unique ID assigned to a user in the web security system.
- ulink
The ulink value of a person in the web security user table.
- request
Optional. The Request system variable. It is added automatically by the server when run from a web page.
Description
Returns a user GUID from a user ulink value if the ulink option is configured and a value is found. 'Request' is added automatically by the server when run from a web page.
Discussion
The A5WS_Get_GUID_From_Ulink() returns a user GUID from a user ulink value if the ulink option is configured and a value is found. If the Ulink option is not configured, a blank value is returned.
Example
?a5ws_Get_GUID_From_Ulink("00000029") = "432f3df278a24df0a39219be1f356019"
Limitations
Web applications only.
See Also