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

Inline Record Card

Paste into Record Related Components of a GM grid. See Grid - Inline Components.

[
    {
        "component": "gmpkg:RecordCardComponent",
        "attributes": {
            "title": "Sponsor Details",
            "icon": "standard:contact",
            "targetObjName": "Contact",
            "recordIdField": "gmpkg__Sponsor__c",
            "recordFields": "[\"FirstName\",\"LastName\",\"Title\",\"Email\",\"MobilePhone\"]",
            "showBorder": true,
            "columns": "2"
        }
    }
]

Was this helpful?