Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Mobile Rounds

Define an asset as a Mobile Rounds asset

  • Last UpdatedApr 14, 2025
  • 1 minute read

To define an asset as a Mobile Rounds asset, you must add reference data to it. It will then allow the asset to be recognized by the Mobile Rounds filter.

Perform the following steps.

  1. Paste the following ReferenceData - AssetSupportedType JSON text into any text editor.

    {

    "id": "<<assetsupportedtypeid_should_be_guid",

    "name": "Mobile Rounds Response",

    "description": "Mobile Rounds Response",

    "asset": {

    "id": "<<cds_asset_id>>"

    },

    "baseTypeId": "BaseMobileRoundsAsset",

    "isEnabled": true,

    "typeId": "TransmittedProcedure",

    "typeName": "Transmitted Procedure"

    }

  2. In the left pane of CONNECT data services, select Visualization, then select Asset Explorer.

  3. Locate and open the desired asset, and copy the asset Id.

  4. In the text editor:

    1. Replace the <<cds_asset_id>> with the ID of the asset.

      "asset": {

      "id": "<<cds_asset_id>>"

      },

    2. Replace the <<assetsupportedtypeid_should_be_guid field with a randomly generated ID.

      "id": "<<assetsupportedtypeid_should_be_guid",

  5. In the left pane of CONNECT data services, select Developer Tools, then choose API Console.

  6. Select v1 in the Full Path dropdown.

  7. Select POST in the Verb dropdown.

  8. In the URI field, type / at the end of the existing text, then select your desired Namespace.

  9. In the URI field, type /ReferenceData/ at the end of the existing text.

  10. In the typeId field, enter AssetSupportedType.

  11. Paste the edited JSON text from your text editor in the Body field.

  12. Select the POST button.

Repeat the steps above for each asset that you want to associate with the Mobile Rounds filter.

TitleResults for “How to create a CRG?”Also Available in