Configure the home screen widgets (modified in an update) - HxGN SDx - HxGN SDx - Reference - Hexagon

HxGN SDx Modified and Retired Functionality

Language
English
Product
HxGN SDx
Search by Category
Reference
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

The following applies if you are using a version of the software before Update 40. For the latest information, see Configure the home screen widgets.

Before Update 36, the Web API provided for connecting to your local SDx server was called HEX_Local_SDx_V2. When creating your widgets, use this Web API.

Before Update 40, when completing the URL to return the required data, variables should be wrapped in single quotes ' for all properties except enumerated lists. Therefore the fields for creating the widgets are:

  1. Create a widget to show all tags in the system.

    Field

    Details

    Name

    TAGS

    Title

    All Tags

    Type

    Grid

    Web API

    HEX_Local_SDx_V2_DASH

    URL

    Tags

  2. Create a widget to show any ongoing change requests related to a tag selected in the TAGS widget.

    Field

    Details

    Name

    TAG_CRS

    Title

    Tag Change Requests

    Type

    Count

    Web API

    HEX_Local_SDx_V2_DASH

    URL

    Tags('{{WIDGET_TAGS_ID}}')/SDATagsChangeRequest?$filter=Status eq 'IN PROGRESS' or Status eq 'OPEN' or Status eq 'APPROVED'&$select=Name,Description,Status

  3. Create a widget to show the details of a tag selected in the TAGS widget.

    Field

    Details

    Name

    TAG_DETAILS

    Title

    Tag Details

    Type

    Form

    Default layout

    Tile

    Web API

    HEX_Local_SDx_V2_DASH

    URL

    Tags('{{WIDGET_TAGS_ID}}')?$select=Name,Description,Safety_Critical,Criticality_Rating

  4. Create a widget to show the asset details for a tag selected in the TAGS widget.

    Field

    Details

    Name

    TAG_ASSET_DETAILS

    Title

    Tag Asset Details

    Type

    Form

    Default layout

    Tile

    Web API

    HEX_Local_SDx_V2_DASH

    URL

    Tags('{{WIDGET_TAGS_ID}}')/FDWTagAsset?$select=Name,Description,Serial_Number,Model,Manufacturer,Start_Up_Date,Warranty_End_Date,Serial_Number, Installation_Date