Skip to main content

DBO function to return user type from user id

DBO.EQ_STD_USER_TYPE_GET(Parameter1) This function will return the User Type of the 'Last Update By’' and 'Create By' fields. The function will accept either the [Table Name: Last Update By] or [Table

Updated over 2 weeks ago

DBO.EQ_STD_USER_TYPE_GET(Parameter1)

This function will return the User Type of the 'Last Update By’' and 'Create By' fields. The function will accept either the [Table Name: Last Update By] or [Table Name: Create by] parameter.

Parameter(s)

Parameter1: Any field that has a user id stored in either the 'Create By' or 'Last Update By' fields e.g. [Assignment: Create By] or [Service Order: Last Update By]

Example(s)

Example 1: Return the user id's User Type that last updated the Service Order record.

  • DBO.EQ_STD_USER_TYPE_GET([Service Order: Last Update By])

Did this answer your question?