GETUSER: Retrieving a User ID

How to:

The GETUSER function retrieves the ID of the connected user.


Top of page

x
Syntax: How to Retrieve a User ID
GETUSER(output)

where:

output

Alphanumeric, at least A8

Is the result field, whose length depends on the platform on which the function is issued. Provide a length as long as required for your platform; otherwise the output will be truncated.



Example: Retrieving a User ID

GETUSER retrieves the user ID of the person running the flow.

GETUSER(USERID)

iWay Software