cad question 124 discussion

View all servicenow certified application developer here
back to servicenow forum

Question 124

In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?

  • A. g_form.hasRoleExactly('admin')
  • B. gs.hasRole('admin') Most Votes
  • C. g_form.hasRole('admin')
  • D. gs.hasRoleExactly('admin')
Answer:

c

User Votes:
A 1 votes
50%
B 22 votes
50%
C 2 votes
50%
D 2 votes
50%
Discussions
0 / 1000
desired
3 months, 1 week ago

B. gs.hasRole('admin')