Solved

global variable in aurena

  • 26 March 2021
  • 1 reply
  • 285 views

Userlevel 4
Badge +5

Is there global variable in aurena client model .I just find variable in command.

icon

Best answer by Sandun Sapumal 30 April 2021, 09:11

View original

This topic has been closed for comments

1 reply

Userlevel 5
Badge +9

Hi @DalKylekY

This is fixed and will be available with UPD12 and enabled the same non time based CSV values to be used in the Text Datatype fields. They are as follows,

USER_DIRECTORY_ID - Directory ID of the logged in user.
USER_EMAIL - Email address of the logged in user.
USER_ID - Logged in user ID
USER_LANGUAGE - Language currently in use by the logged in user.
DEFAULT_COMPANY - String value of the standard company     
PERSON_ID - String value of the personal identification of a person     
PERSON_NAME - String value of the name     
USER_DIRECTORY_ID - String value of the directory ID using either the form <Domain>\<Username>  or <Username>
USER_EMAIL - String value of the user email address     
USER_ID - String value of the user ID     
USER_LANGUAGE - String value of the user language

Each CSV value should be correctly spelled and used within # marks. E.g. #PERSON_ID#. For the user to make it easy, CSV values included in the search help, where the user can click and select a value (similar to IEEE drop down).."

I hope this will help you..