Data-Grid Widgets

A data-grid widget allows you to display data in a grid, or table, for your users and analysts to view and explore. For example; Assets, recent tickets, members of a given group.

The widget can be found in Screen Designer and is configured with string properties.

Adding a Data-Grid Widget to your Screen - Widget Properties

When you first add a widget to the screen it will appear as a solid grey box that spans all columns. You cannot resize the columns.

After you have added your widget:

  1. Highlight the widget so it has the focus

  2. Set the Widget id to "data-grid"

  3. Enter your widget properties (see known issues and examples below).

Sample data-grid Widget Library

Request Details Screens

Show Child Requests of a Parent Request

Widget ID: data-grid

List Stakeholders of the Request

Widget ID: data-grid

List all Assets where User is a Stakeholder

Widget ID: data-grid

List all Assets where nthe User is the Owner

Widget ID: data-grid

Task Screens

Config Items where User is a Stakeholder

Widget ID: data-grid

Config items belonging to a user

Widget ID: data-grid

Incident Details Screen

Show User's Resources

Widget ID: data-grid

Portal HomePage

Show all Assets of a Specific CMDB Item Type Where User is a Stakeholder

Widget ID: data-grid

All Calls Awaiting Your Action

Widget ID: data-grid

Calls Awaiting Closure Confirmation

If you have 2 part closure enabled and are waititng for the custoer to confirm call can be closed

Widget ID: data-grid

{"entityType":"call","columns":"Ref,CreatedDate,ShortDescription,Product:ConfigurationItem.Name,Status:CallStatus.Name","headers":"No.,Date Raised,Description,Product,Status","sorting":"on","filters":"UserId%20%3D%3D%20%40UserId%26%26(OpenStatus=1%7C%7COpenStatus=2%7C%7COpenStatus=3)%26%26CallStatus.IsAwaitingAction=1"}

Change Requests for the Next 7 Days

Widget ID: data-grid

Change Requests for the Next 7-14 Days

Widget ID: data-grid

Change Requests for the Next 14-28 Days

Widget ID: data-grid

Stakeholders of a Service

Widget ID: data-grid

Requests Logged for Others

Widget ID: data-grid

Calls Logged for Others

Widget ID: data-grid

My Organizations Calls

Widget ID: data-grid

Show the calls awaiting your action and any that are open/resolved open/unresolved

Widget ID: data-grid

Person Screens

Calls Outstanding for a User

Widget ID: data-grid

Users Assigned Software where the person is a stakeholder

Widget ID: data-grid

Users Assigned Assets/Configuration Items

Widget ID: data-grid

Last updated

Was this helpful?