Skip to main content

DBO function to return first and last name from user id

DBO.EQ_STD_USER_FIRST_LAST_GET(Parameter1) This function will return the first and last name of a user where the user_ID is contained.   Parameter(s) Parameter1: Any field in the system where the user

Updated over 2 weeks ago

DBO.EQ_STD_USER_FIRST_LAST_GET(Parameter1)

This function will return the first and last name of a user where the user_ID is contained.

Parameter(s)

Parameter1: Any field in the system where the user id is stored. Example of fields include but not limited to 'Created By', 'Last Updated By', 'Requested By', 'Locked By'.

Example(s)

Example 1: Return the user id's first and last name that created the assignment record.

  • DBO.EQ_STD_USER_FIRST_LAST_GET([Assignment: Create By])

Did this answer your question?