You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »


Function

Use this object to search for a user.

For example, if the user redirects his / her telephone to the system, the so-called redirector or the service number can be used. Example: Users redirect the phone to 99xxx where xxx is the user's dial-up. The string functions are used to extract the xxx. Subsequently, a user search takes place with only the telephone number. When the user is found, a callback can be posted directly to his account.

Two variables are filled (using the "Save in" parameter:

(Save in) .usersid <- the user's ID
(Save in) .usersuid <- the user's UID


Parameter

Object Name

Name of this object instance

User Name

Name of the user

User first name

First name of the user

User UID

UID of the user

Phone number

Telephone number of the user

Save in

Specify a variable in which the result is to be stored.


Outputs

Output

Used when ...

Found

Here, the call flow continues when the information in the
database were found.

Not Found

The call flow continues here if the information is not available
in the Database were found.

  • No labels