Getting Started with the ServiceNow SDK and Fluent
A concise walkthrough for going from zero to a deployed app with the ServiceNow SDK: scaffold a project (new or existing), author metadata with Fluent, then build and deploy to an instance.
A concise walkthrough for going from zero to a deployed app with the ServiceNow SDK: scaffold a project (new or existing), author metadata with Fluent, then build and deploy to an instance.
ServiceNow Fluent is a domain-specific language (DSL) based on TypeScript for defining the metadata files [sys_metadata] that make up applications. It includes APIs for tables, roles, ACLs, business rules, Automated Test Framework tests, and more.