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 19 votes
50%
C 1 votes
50%
D 1 votes
50%
Discussions
0 / 1000
desired
2 months ago

B. gs.hasRole('admin')