Skip to main content

DBO function to return email address from user id

DBO.EQ_STD_USER_EMAIL_GET_BY_LOGIN(Parameter1) This function will return the email address of a user where the user_ID is contained.   Parameter(s) Parameter1: Any field in the system where the user i

Updated over 2 weeks ago

DBO.EQ_STD_USER_EMAIL_GET_BY_LOGIN(Parameter1)

This function will return the email address 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 email address that created the assignment record.

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

Did this answer your question?