Automation Engine Script Guide > Ordered by Function > User Data > SYS_USER_LNAME

SYS_USER_LNAME

Script Function: Supplies the first and last name of the userIn the Automation Engine, a user is an instance of a User object, and generally the user is a specific person who works with Automic products. The User object is assigned a user ID and then a set of access rights to various parts of the Automation Engine system and product suite. These access rights come in the form of Automation Engine authorizations and privileges, Decision user roles and EventBase rights and ARA web application object rights. You can manage all these centrally in the ECC user management functions. See also, Unified user management. who has started the taskAn executable object that is running. Tasks are also referred to as activities..

Syntax

SYS_USER_LNAME()

Return codes

First and last name of the user.
" " - Name was not defined

Comments

This scriptA particular Automation Engine object type. functionPre-defined run book template in the Automation Engine. One single step only, e.g. Start Windows Service, Copy file,… retrieves the first and last name of the user who has started the task (for example, "John Smith"). The full name can be defined in the User objectAutomation Engine controlled activities and processes are structured in the form of objects. See also: Task's User tab.

Note that you can start tasks manually or by using the script element "ACTIVATE_UC_OBJECT" in Workflow and Schedule objects. If the task in which "SYS_USER_LNAME" is called belongs to a Schedule objectIt starts executable objects periodically. A particular Automation Engine object type., this script function supplies the name of the user who has started the Schedule object.

The user can also be identified in the Statistical Overview.

Example

The following example retrieves the first and last names that have been used to log on using this script function and writes it to the activation protocol.

:SET &LOGLN# = SYS_USER_LNAME()
:
PRINT "Login information: User's first and last names are &LOGLN#."

 

See also:

Script element Description

SYS_USER_ALIVE

Checks if a user is logged on to AE with a UserInterfaceThis is the Automation Engine's graphical user interface. [Formerly called the "Rich Client", "RichGUI" and "Dialog Client."].

SYS_USER_DEP

Supplies the departmentDepartment name to which the Automation Engine user belongs. of the user who has started the task.

SYS_USER_LANGUAGE

Supplies the language in which the Server generates the log files.

SYS_USER_NAME

Supplies the name of the user who has started the task.

Script Elements - User Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH