The GetUserID function is used to lookup and return the Saleslogix UserID for a specified connection based on the user name. Returns null if no user is found.
GetUserID ( "connection", "user name" )
For example:
GetUserID ( "MyTarget", "Joan Darcy" )
Runs the SQL statement on the specified connection:
‘Select userid from userinfo where username = “user name”’.
See also