Archibus SaaS / Maintenance / Workflow / Define Service Desk Roles
Maintenance / Corrective Maintenance / System Integrator / Define Service Desk Roles
Workplace Services / Service Desk / System Integrator / Define Service Desk Roles

Service Desk Role Helper: Methods for Defining a Service Desk Role

From the Define Service Desk Roles form, you select the method for defining a Service Desk Role.

The Service Desk Role Helper provides three options for defining criteria for the role. 

You can use only one of these methods for each role.  Each option is detailed below.

Use a single employee field from the request record:

With this option, you select one of the employee-related fields that exist in the Work Requests or Service Requests tables.  The helper returns just the single employee whose value is saved in that field of the current request.

Use criteria based on request record and employee values:

With this option, you set three types of criteria:

You can use any combination of these three criteria fields when using this option.

Use custom SQL where clause:

This option requires a level of SQL familiarity that the first to two options do not need.  With this option, you write the “where” clause, such as the following, that will become part of the employee selection statement:

SELECT em_id FROM em WHERE [SQL Where Clause defined in EZ Role]

Parameters are automatically set up for all the field values from the request record.  To refer to them in the SQL clause, use the following format:

${parameters['fieldName']}