Valid CAD Dumps shared by EduDump.com for Helping Passing CAD Exam! EduDump.com now offer the newest CAD exam dumps, the EduDump.com CAD exam questions have been updated and answers have been corrected get the newest EduDump.com CAD dumps with Test Engine here:
This script fragment is executed in an application: g_user.hasRole('x_my_app_user'); What is the logical evaluation of this script fragment?
Correct Answer: C
In ServiceNow, the admin role includes all other roles implicitly. So if a user has admin, g_user.hasRole ('any_role') returns true. From ServiceNow Docs - g_user API: "The hasRole() method returns true if the user has the specified role or is an admin."