Content integration batch table

  • Release version: Australia
  • Updated March 12, 2026
  • 4 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 Content Integration Batch Table

    The content integration batch table is accessible within the GRC: Policy and Compliance integrator application UI. It allows users with thesncompliance.adminrole to view batch records, create library import tasks, and facilitate the import of third-party content data into the Policy and Compliance Management application. Compliance managers then review these tasks to complete the import process.

    Show full answer Show less

    Key Features

    • Batch Record Details: Each batch record includes a unique record number, content provider, batch state (e.g., New, Ready, In Progress), domain, and content type (e.g., Compliance).
    • Compliance Staging Processor Flow: This background flow runs weekly to process batches with state "Ready" and content type "Compliance." It creates library import tasks automatically and updates batch statuses accordingly. The flow settings, such as start time, can be customized.
    • REST APIs: Internal REST APIs enable creation and management of batch records and policy staging records, including:
      • Create batch
      • Insert policy staging records
      • Update batch status to Ready
      • Get batch details
      • Cancel batch
      These APIs support integration with third-party tools like Postman to automate importing data into Policy and Compliance Management tables.
    • Processing Workflow: After updating a batch status to Ready via API, the Compliance staging processor flow imports records, creates a library import task, and changes the batch status to In Progress. If the provider is not found, the task status changes to Provider onboarding, creating a provider import task to handle onboarding.
    • Staging Recommendations: Generated for each record during import, these recommendations assist in evaluating the staged content before final import.
    • Task Assignment: Users with the sncompliance.admin role can assign library import tasks to the compliance managers assignment group for review and approval.

    Practical Benefits for ServiceNow Customers

    • Enables streamlined integration and import of third-party compliance content into your Policy and Compliance Management application.
    • Automates batch processing and task creation, reducing manual effort and improving data accuracy.
    • Provides API access for flexible and automated content integration workflows.
    • Facilitates clear task management and assignment to ensure compliance data is reviewed and imported efficiently.
    • Supports provider onboarding processes to handle new content sources effectively.

    You can access the batch records in the content integration batch table that is displayed in the GRC: Policy and Compliance integrator application UI. By accessing these records, you can import the data into the Policy and Compliance Management application.

    Overview of the content integration batch table

    As a user with the sn_compliance.admin role, you can access the batch records in the content integration batch table and create a library import task for each record. The compliance managers assignment group reviews the library import task and imports the staging records into the Policy and Compliance Management tables.

    Details of the content integration batch table

    The content integration batch table displays the details that are shown in the following example:
    • Number of the content integration batch record. In the example, CIB0001006 is the record number.
    • Provider of the content integration batch. In the example, Thomson Reuters is the provider.
    • State of the content integration batch. In the example, the state is New.
    • Domain of the content integration batch. In the example, the domain is Global.
    • Content type of the content integration batch. In the example, the type is Compliance.
    Figure 1. Content integration batch records table

    To learn how you can use the user roles to access the APIs and batch records, see User roles for the integration process.

    Select a record in the table to display the content integration batch record form and its related lists. See the following example.
    Note:
    The fields in the form and the related lists are auto-populated.
    Figure 2. Content integration batch record form

    Using the Compliance staging processor flow

    You can use the new Compliance staging processor flow that is provided with the GRC: Policy and Compliance integrator application. See the following example. The flow is used to process the compliance staging data and it runs in the background on a weekly basis. It searches for the content integration batch records where the state is Ready and the content type is Compliance. For each record in the content integration batch, it creates a library import task and it updates the content integration batch status automatically.
    Figure 3. Compliance staging processor flow
    Note:
    You can update the flow to change its setting. For example, you can update the start time of the flow.

    Using the REST APIs

    You can use the REST APIs to insert the records in the GRC: integrations with third-party content and later move the records to the Policy and Compliance Management tables by using the GRC: Policy and Compliance integrator application. The following internal APIs are provided with the GRC: integrations with third-party content application and the GRC: Policy and Compliance integrator application:
    • Create batch
    • Insert policy staging records
    • Update batch status to ready
    • Get batch
    • Cancel batch
    Note:
    You can use third-party tools, such as the Postman API platform, to execute the APIs.
    When you execute the APIs in the Postman API platform as shown in the following example, the staging records are imported in the Policy and Compliance Management tables.
    Figure 4. Create a batch using the Postman API platform
    Create a batch using the Postman API platform.

    Processing the batch records

    The Update batch status to ready API and the Compliance staging processor flow process the batch records as follows:
    1. The Update batch status to ready API updates the content integration batch status to Ready as shown in the figure.
      Figure 5. Batch status Ready in the content integration batch
    2. The Compliance staging processor flow picks up the content integration batch and its records. When the Update batch status to Ready API sets the content integration batch status to Ready, the Compliance staging processor flow acknowledges the content integration batch.
    3. When the state of the content integration batch is updated to Ready, the Compliance staging processor flow starts importing the records from staging to the GRC: Policy and Compliance integrator application.

      The system automatically creates a library import task to track the import process.

    4. When the library import task is created, the Compliance staging processor flow automatically updates the batch status to In progress.
    5. When the library import task is created and the provider that is mentioned in the content integration batch is not found, the state of the task is updated to Provider onboarding. A provider import task is created in the content onboarding task related list of the library import task.
    6. As the library import task is created, the staging recommendations for each record are generated for the content integration batch as shown in the following example.
      Figure 6. Staging recommendations
      Staging recommendations.

    The library import task is used to import the staging records in the Policy and Compliance Management tables. The library import task and staging recommendations for each record are displayed for the content integration batch table in the GRC: Policy and Compliance integrator module. A user with the sn_compliance.admin role can assign the library import task to the compliance managers assignment group. To learn how to assign a library import task, see Assign a library import task for compliance approval.