Valid CSA Dumps shared by EduDump.com for Helping Passing CSA Exam! EduDump.com now offer the newest CSA exam dumps, the EduDump.com CSA exam questions have been updated and answers have been corrected get the newest EduDump.com CSA dumps with Test Engine here:
A customer has asked for the following updates to a form: * Make Resolution code mandatory, admin state is changed to Resolved. * Hide major incident check box, unless logged in user has Major incident Manager role What type of rules (s) would you use to implement this requirement?
Correct Answer: C
#UI Policiesare the best way to implement dynamic form behavior such asmaking fields mandatory, hiding /showing fields, and setting values based on conditions. Making "Resolution Code" mandatory when "State" is changed to "Resolved" This requires aUI Policythat: Condition:State = Resolved Action:Set "Resolution Code" field toMandatory = True Hiding the "Major Incident" checkbox unless the logged-in user has the "Major Incident Manager" role This requires anotherUI Policythat: Condition:User does NOT have the rolemajor_incident_manager Action:Hide the field Option A (Dictionary Design) The dictionary defines the structure of fields butdoes not control dynamic form behaviorlike field visibility or conditions. Option B (Field Limiter) There is no such feature called "Field Limiter" in ServiceNow. Option D (UI Design) "UI Design" is not a recognized concept in ServiceNow.UI Policiesare used for form behavior changes. Option E (Form Constraint) There is no "Form Constraint" feature in ServiceNow; ACLs and UI Policies control field behavior instead. Reference:ServiceNow UI Policy Documentation (Platform Configuration)