Write-backs

  • Release version: Yokohama
  • Updated January 30, 2025
  • 1 minute to read
  • The following describes how data is written back from ServiceNow mobile apps.

    Updating fields

    When a user updates a field in a mobile app, the following steps occur.
    1. The mobile app sends the Token and the action metadata, for example the ID, or the field to be updated, to the instance.
    2. The instance directs the action based on the relevant API.
    3. The instance completes the action and sends a response to the mobile app.
    4. Based on the response, the mobile app reflects the field changes and action availability in the UI.

    Attaching documents

    When attaching documents, the following steps occur.
    1. The mobile app asks the user to attach a document, for example, an image.
    2. The mobile app sends the document and Token to the instance.
    3. The instance places the document based on the relevant API.
    4. The instance sends a response back to the mobile app.