The widget can be found in Screen Designer and is configured with the following string properties.
The example below uses the Person screen, but these widgets can be placed on any screen in ASM if you modify the properties - See the API documentation for more information.
Adding a 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:
Highlight the widget so it has the focus
Set the Widget id to "data-grid"
Enter your widget properties (see known issues and examples below).
Caution
These fields are case sensitive. They must be all lower case without spaces unless specified otherwise.
API Data Grid Query Builder
You can build a string using the following interface:
There is a known issue where the quety results may return deleted field values and records since the query will pull everything. To counter this, add the following to your widget properties:
Status=='A'&&Target.Status=='A'
There is a known issue with widgets wherein you will need to add the following to the widget properties to make the data in the widget "clickable":
There is a Known Issue with syntax where if you use the API data-grid query builder, and then use the "copy code" button in 10.6.7, it puts in the incorrect syntax (Slashes and spaces) into the code breaking the widget on lower versions. It also stops any widgets showing on the page.