For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inline User Grid

Paste into Record Related Components of a GM grid — this is what Config. Wiz → Inline Components generates. See Grid - Inline Components.

[
    {
        "component": "gmpkg:UserDataGridComponent",
        "attributes": {
            "userGridId": "Contacts",
            "displayLabel": "Contacts",
            "adminFilter": "{\"and\":[{\"AccountId\":{\"operator\":\"=\",\"value\":\"$recordId\"}}]}"
        }
    }
]

Was this helpful?