Artifacts that Creator Studio generates when users create an app

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • When a user creates an app in Creator Studio, the ServiceNow AI Platform creates several metadata artifacts, such as tables.

    For each app users add in Creator Studio, the following artifacts are added to the ServiceNow AI Platform.
    Tableau 1. Installed with each created app
    Artifact Details
    New table that extends from the base Request Task table
    • Name: [scope]_request (for example, x_snc_marketing_request)
    • Label: [App name] + Requests (for example, Marketing Request)
    Remarque :
    All of the form questions are stored as catalog variables in the app's Request Task table. However, admins can change the associated table for an app, see Administering an app's associated table for more information.
    Fulfiller role
    • Name: [scope].agent
    • Provides access to the table created by the app
    Access Control Lists (ACLs) Provides CRUD (create, read, update, and delete) access to the new table for the fulfiller and requester roles.
    Category for the new app's workspace Name: [App Name] + Requests
    Default lists for the new workspace category
    • Open (active=true)
    • Open – Unassigned (active=true^assigned_toISEMPTY)
    • Closed (active=false)
    • All (no conditions)
    Dashboard in the new workspace category Dashboard name: [App Name] + Requests
    Contents:
    • A row of single scores:
      • Open requests (active=true)
      • Unassigned requests (active=true and assigned to is empty)
      • Closed last 30 days (closed >= 30 days ago)
    • A simple list showing all open requests