Q:

How can we get the login user details in Syteline using FormScript?

  1. Form variable("UserID")
  2. Form variable("UserName")
  3. App variable("User_UserID")
  4. none of the above
A:

Answer: a

To get the login user id, please use the global variable "User_UserID",

use the below script to get the value,

Application.variables
("User_UserID").

Value Using the above statement, we can get the user id,

and using the user id we can pull the username from the UserNames IDO.

Fill the form

Contact Us