ConvertSourceUser

After an owner or user conversion map is created using the owner or user mapper, this function can be used to do a look up against the ksync_user_convert table, using the specified target connection and conversion map name, and returning the Saleslogix user or owner ID for the specified connection based on the source user name.

ConvertSourceUser ("connection", "source user value", "user/owner mapname")

You do not need to use this function for a conversion to be attempted. However, it can be useful in situations where you need to use one set of user/owner conversion values. For example:

ConvertSourceUser( MyTarget, “source user value”, “user/owner mapname”)

Runs the SQL statement on the specified connection:

‘select slgxuserid from ksync_user_convert where mapname = “mapname” and sourceuser = “source user value”'

See also

Custom functions