Which of the following methods are useful in Access Control scripts?

Which of the following methods are useful in Access Control scripts?
A. g_user.hasRole() and current.isNewRecord()
B. gs.hasRole() and current.isNewRecord()
C. g_user.hasRole() and current.isNew()
D. gs.hasRole() and current.isNew()

Download Printable PDF. VALID exam to help you PASS.

Posted in: CAD

3 thoughts on “Which of the following methods are useful in Access Control scripts?

  1. B is correct:
    gs.hasRole() and current.isNewRecord() both are valid Servicer-Side.
    g_user.hasRole() – this is Client-Side
    current.isNew() does not exist in SerivceNow.

    12

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.