ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 133 - CIS-ITSM discussion

Report
Export

If the Assignment group is empty on an incident record, what happens when an agent that is a member of a single user groups clicks the Assign to me UI action?

A.

The agent is prompted to select the Assignment group

Answers
A.

The agent is prompted to select the Assignment group

B.

The Assignment group field is populated with agent's user group

Answers
B.

The Assignment group field is populated with agent's user group

C.

The Assignment group field remains empty

Answers
C.

The Assignment group field remains empty

D.

An error is displayed indicating the Assignment group field must be populated before executing the Assign to me Ul action

Answers
D.

An error is displayed indicating the Assignment group field must be populated before executing the Assign to me Ul action

Suggested answer: A

Explanation:

Reviewed code for UI Action in Tokyo/Utah/Vancouver. It just prints an error message and does nothing, so answer is A.

if (current.assignment_group.nil()) {

var memberGroups = new global.IncidentUtils().getMemberGroups(gs.getUserID(), 2);

if (memberGroups.length > 1) {

gs.addErrorMessage(gs.getMessage('Assigned to user {0} is member of multiple groups, please select one as Assignment group ', [gs.getUserDisplayName()]));

return;

}

asked 18/11/2024
Justin Schowalter
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first