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 4 votes
50%
B 61 votes
50%
C 5 votes
50%
D 6 votes
50%
Discussions
0 / 1000
desired
8 months, 4 weeks ago

B. gs.hasRole('admin')

SubhaPrakash
4 weeks, 1 day ago

gs.hasRole('admin')

g_form will be used in Client script.