Configure the home screen widgets - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

This functionality was modified in an update. For more information, see Configure the home screen widgets (modified in an update).

One of the example widgets provided is a To Do List widget. This displays all of the workflow objects assigned to you or your role which have tasks that you need to action or complete. We will use this widget on our home screen and create other widgets to show information related to a tag selected in a widget.

For more information on linking widgets together in this way, see Make a widget dependent on another widget.

Watch a video showing how to configure the widgets

To configure the widgets, click to open the Configure Widget wizard, and configure the five widgets as follows:

  1. Configure a To Do List widget.

    • Select Choose an existing widget and select the HEX_Todo_List widget.

  2. For the remaining widgets, select Create a new widget and complete the fields as described below:

    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