Building applications

  • Release version: Xanadu
  • Updated August 1, 2024
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Building applications

    This guide explains how ServiceNow customers can develop applications using the ServiceNow AI Platform's low-code tools. It outlines a structured, five-phase approach to application development, from initial planning through deployment and ongoing maintenance. The process enables customers to modernize legacy processes by building new applications or extending existing ones, leveraging reusable components and published applications.

    Show full answer Show less

    Key Features

    • ServiceNow Studio: A modern, unified development environment that streamlines navigation, integrates low-code tools, and improves productivity through efficient tracking and packaging of development work.
    • Phased Development Approach:
      • Planning: Define application goals, users, access, data sources, user interactions, processes, UI, and required subscriptions. Check for existing solutions in ServiceNow Store or Community before building new apps.
      • Development: Build application components including data tables, user experience interfaces (e.g., portals), logic and automation (e.g., workflows, notifications), and security configurations (roles and access controls). Choose appropriate builders such as App Engine Studio for low-code development or Workflow Studio for automation.
      • Testing and Debugging: Verify business requirements by testing record operations (create, read, update, delete), UI elements (views, policies), and runtime operations (business rules, scripts).
      • Deployment: Move the tested application to production using builder tools. Utilize resources like the App Engine Management Center, Application Repository, or System Update Sets for deployment management.
      • Maintenance: Update and modify the application using development tools, and retest to ensure continued functionality.
    • Support and Resources: Customers can access development instances for practice, review licensing requirements for features, and contact developer support for assistance.

    Key Outcomes

    • Enable rapid, low-code application development tailored to your business needs.
    • Facilitate modernization of legacy processes using reusable components and published applications.
    • Provide a clear, repeatable development lifecycle ensuring quality through thorough testing and controlled deployment.
    • Empower developers with a unified studio environment to boost productivity and streamline workflows.
    • Support ongoing application improvements and maintenance to adapt to evolving business requirements.

    Learn how to become an application developer using ServiceNow AI Platform low-code tools. Start with what you know and use a library of reusable components and published applications to modernize your legacy processes.

    Get started

    What's new

    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.

    App development phases

    Learning about creating applications

    Decide whether you want to build a new application or extend an existing application. Check the ServiceNow Store and the ServiceNow Community for existing solutions.

    Before building your first application, you may want to learn some basic information about application development. This phase is optional, and you can complete it at any time while you work on other phases.

    Phase 1: Planning your application
    The application development process starts with planning. Consider how the application will work, who will use it, and how it will improve your users' experience. Your application plan should answer the following questions:
    • What are the goals, objectives, and outputs of your application?
    • Who uses your application?
    • Who has access to parts of the application?
    • What tasks do people complete with your application?
    • Where does the data come from?
    • How do people interact with your application?
    • What processes must the application support?
    • What UI experience does the application use?
    • Is there an existing application available on the ServiceNow Store or the ServiceNow Community that you can use or extend?
    • What subscriptions does your application require?
    Phase 2: Developing your application
    During the development phase, you add the components and content of your application. Most applications consist of the following:
    Data
    Information is stored in your application via tables that you configure. For example, employee phone numbers or office locations.
    Experience
    Experiences are graphical interfaces that your users interact with. For example, you can create a portal where users find information, submit requests, or complete business tasks.
    Logic and automation
    Automate all the work in your application by adding logic and automation. For example, you can build a flow that sends a notification to the admin when someone makes a request.
    Security
    Configure roles and access controls to limit who can use your application. For example, you can restrict access to application data to users who have a specific role.

    Choose a builder that matches the type of user experience that your application provides.

    Phase 3: Testing and debugging your application
    Verify that the application meets your business requirements. Your testing should cover the following elements:
    • Record operations, such as create, read, update, and delete.
    • User interface elements, such as views and UI policies.
    • Runtime operations, such as business rules and event script actions.
    Phase 4: Deploying your application

    After successfully testing an application, deploy it to your production environment with your builder tool.

    Phase 5: Maintaining your application

    Use your Phase 2 builder tool to update and modify your application. Use your Phase 3 testing tool to verify that your application still functions properly.

    Applications and features