Building pro-code applications
Summarize
Summary of Building pro-code applications
This content guides ServiceNow customers in creating and managing custom applications from scratch using classic pro-code tools on the ServiceNow AI Platform. It introduces several development environments and tools tailored to different developer needs, from no-code to full pro-code development, enabling efficient app creation, scripting, and customization.
Show less
Development Tools and Builders
- ServiceNow Studio: A unified, modern IDE that allows platform developers to build scoped and global applications, manage metadata, and package app changes efficiently within a centralized interface.
- ServiceNow IDE: A Visual Studio Code for the Web implementation on the ServiceNow AI Platform enabling source code development of scoped applications, JavaScript modules, and integration of third-party libraries.
- ServiceNow SDK: Supports local development in Visual Studio Code Desktop with capabilities to create scoped apps, JavaScript modules, and upload changes to ServiceNow instances.
- ServiceNow Extensions for Visual Studio Code: Allow offline editing and editing within ServiceNow instances using the VS Code editor.
- Creator Studio: A no-code builder ideal for request-fulfillment applications, enabling users to build simple apps without programming.
- App Engine Studio: A low-code platform for broader application development without requiring deep programming expertise.
Scripting and Automation
- Action Designer and Workflow Studio: Automate reusable tasks within flows, enabling flow authors to easily add actions across multiple workflows.
- Client-side scripting: JavaScript that runs in the browser to respond to form events such as load, submission, or field changes.
- Server-side scripting: Scripts executed on the server or database, such as business rules that react to record and table operations.
- Now Assist for code generation: AI-powered tool that accelerates script writing by providing code suggestions based on prompts.
- Now Code Editor: A rich-text editor supporting CSS, HTML, JavaScript, XML, JSON for modifying UI configurations, data resources, scripts, and styles in Next Experience UI Builder components.
Core Functionalities and Administration
- Groups and Roles: Simplify user administration by assigning roles to groups, which automatically apply permissions and rules to all members; roles control access to app features with admin role providing full access.
- Notifications: Manage system emails, create notifications, and configure inbound email handling to streamline communication.
- Plugins: Extend instance capabilities by adding software components that provide specific features and functionalities.
- UI Policies: Dynamically adjust form behavior and control custom process flows to enhance user experience.
- User Records: Define users with credentials and personal information to establish relationships within the ServiceNow instance.
Related Applications and Features
- JavaScript APIs: Use these APIs to customize application behavior or create new apps programmatically.
- UI Builder: Build web user interfaces for Customer Service Management (CSM), configurable workspaces, portals, and custom web experiences using Next Experience Components.
By leveraging these tools and features, ServiceNow customers can choose the appropriate builder or development environment based on their coding proficiency and project complexity to efficiently deliver custom applications and automate business processes on the ServiceNow platform.
Create and manage custom applications from scratch using classic pro-code tools.
- ServiceNow Studio
- Use ServiceNow Studio to build apps and app files with integrated tools, access and edit metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool.
- ServiceNow IDE
- ServiceNow IDE is an implementation of Visual Studio Code for the Web on the ServiceNow AI Platform. With the ServiceNow IDE, you can create and develop scoped applications in source code, create JavaScript modules, and use third-party libraries.
- ServiceNow SDK
- ServiceNow SDK enables developers to create scoped applications in source code locally in Visual Studio Code Desktop and upload changes to a ServiceNow instance. You can also use the ServiceNow SDK to create JavaScript modules and use third-party libraries.
- ServiceNow Extensions for Visual Studio Code
-
The ServiceNow extensions for VS Code editor enables you to edit applications offline and within ServiceNow instances.
Which builder should I use to create an app?
Want to build an app easily, without code?
Creator Studio specializes in helping you craft request-fulfillment applications without writing code. For example, an application to request office supplies by filling out a form, and someone approves or denies your request. For more information, see Exploring Creator Studio.
Need a more general app but still want low-code options?
App Engine Studio lets you build a broader range of apps than Creator Studio without being a programming pro. For more information, see Exploring App Engine Studio.
Are you a developer who wants more control in a centralized user interface?
Build apps smarter and deliver them faster with the new ServiceNow Studio. ServiceNow Studio empowers platform developers with a modern, unified environment for building on the ServiceNow AI Platform. ServiceNow Studio features streamlined navigation to applications and metadata, integrated low-code tools, efficient tracking and packaging of development work that accelerates development processes and enhances productivity. For more information, see Exploring ServiceNow Studio.
Are you a developer who wants to use industry-standard development tools and processes?
The ServiceNow IDE and ServiceNow SDK support developing applications in source code with ServiceNow Fluent, creating JavaScript modules, and using third-party libraries. ServiceNow Fluent is a domain-specific programming language for creating application metadata in code.
The ServiceNow IDE is an implementation of Visual Studio Code for the Web on the ServiceNow AI Platform. The ServiceNow SDK uses Visual Studio Code Desktop locally. For more information, see Building applications in source code.
Scripting
- Action Designer
- Use Workflow Studio to automate a repeatable task within a flow as a sequence of related steps. Enable flow authors to add actions to multiple flows with minimal configuration.
- Client-side scripting
- Client scripts enable the system to run JavaScript on the client (web browser) when client-based events occur, such as when a form loads, after form submission, or when a field changes value.
- Now Assist for code generation
- Now Assist for code generation allows developers to write scripts quickly with AI-generated code suggestions based on text or code prompts.
- Now Code Editor
- Now Code Editor provides a rich-text editor interface that supports Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), JavaScript, Extensible Markup Language (XML), and JavaScript Object Notation (JSON). Use Now Code Editor to modify UI configuration, data resource configuration, styles, events, client-side and server-side scripts in Next Experience UI Builder components.
- Server-side scripting
- Server scripts run on the server or database. They can change the appearance or behavior of the ServiceNow AI Platform or run as business rules when records and tables are accessed or modified.
Core functionality
- Groups
Simplify user administration by assigning roles to groups. Any business rules, assignment rules, system roles, or attributes that refer to the group apply to all group members automatically.
- Notifications
- Use ServiceNow Notifications to manage system email, create system notifications, and configure how your system responds to inbound email.
- Roles
- Roles control access to features and capabilities in applications and modules. The admin role provides access to all features and capabilities.
- ServiceNow plugins
- Plugins are software components that provide specific features and functionalities within a ServiceNow instance.
- UI policies
- UI policies dynamically change the behavior of information on a form and control custom process flows for tasks.
- Users
- User records establish a relationship between an individual and your ServiceNow instance. User records consist of a user name, a password, and information relating to the individual, such as contact information, location, and job title.
Related applications and features
- JavaScript APIs
- Use JavaScript APIs in scripts that you write to change the functionality of applications, or when you create new applications.
- UI Builder
- Use UI Builder to build web user interfaces for CSM Configurable Workspace, App Engine Studio generated workspaces and portals, or custom web experiences using Next Experience Components and custom web components.