Assessment
Creates a ServiceNow assessment/survey definition (asmtmetrictype) together with its categories (asmtmetriccategory) and questions/metrics (asmtmetric) as a single nested entity. The plugin wires the metrictype and category foreign keys automatically from the nesting structure, so you never set them by hand.
Assessment & Survey Guide
Guide for creating ServiceNow Assessments and Surveys (asmtmetrictype) using the Fluent API. Surveys collect user feedback through simple, unscored questionnaires; assessments evaluate, score, and rank assessable records with weighted and normalized results. Both share the same nested structure: type → categories → metrics → definitions. This framework only defines the survey/assessment and its in-platform delivery (a generated instance in the recipient's assessment queue) — it does not email a survey link or send a notification, so to send, email, or notify a recipient you must pair it with an Email Notification.
Change Risk Assessment Guide
Guide for creating ServiceNow Change Risk Assessments (changeriskasmt) using the Fluent API. A risk assessment evaluates change requests to determine a risk level (high, moderate, or low) based on scored questions and configurable thresholds.
RiskAssessment
Creates a ServiceNow change risk assessment definition (changeriskasmt) together with its risk thresholds (changeriskasmtthreshold), categories (asmtmetriccategory), and questions/metrics (asmtmetric) as a single nested entity. The plugin wires the metric_type, category, and assessment foreign keys automatically from the nesting structure.