Self-Service &
Process Automation
Build the automation layer that makes ServiceNow powerful. Master UI Policies for declarative form control, Business Rules for server-side logic, Client Scripts for responsive UX, and Flow Designer for low-code process orchestration.
At 20% exam weight, automation is where administrative knowledge becomes operational value. The exam tests when to use UI Policies vs Client Scripts vs Business Rules — the order of execution, the appropriate use cases, and the pitfalls of each. Flow Designer questions focus on trigger types, approval flows, and spoke actions.
Part 6 Study Modules
UI Policies & UI Actions
Apply declarative rules to make form fields mandatory, read-only, or hidden based on conditions — without scripting. Configure UI Actions to add context menu items and form buttons that trigger server-side operations.
Business Rules & Scripts
Write server-side JavaScript that executes on record insert, update, delete, or query. Understand the timing options (Before, After, Async, Display) and when each is appropriate for your use case.
Client Scripts & UI Scripts
Execute JavaScript in the browser to react to user actions in real time. Master the onLoad, onChange, and onSubmit types, use g_form API to manipulate fields, and understand UI Scripts for reusable client-side libraries.
Flow Designer & Workflows
Build low-code process automation using Flow Designer triggers, actions, and subflows. Compare Flow Designer with the legacy Workflow Editor and understand approval process design, SLA actions, and notification triggers.