Inline Record Layout (LWC)
Paste into Record Related Components of a GM grid. See Grid - Inline Components.
[
{
"component": "gmpkg:RecordLayoutLWCComponent",
"attributes": {
"targetObjName": "Account",
"recordIdField": "Id",
"recordLayout": "{\"sections\":[{\"name\":\"accountInformation\",\"label\":\"Account Information\",\"active\":true,\"cols\":3,\"rows\":[[{\"apiName\":\"Name\"},{\"apiName\":\"Industry\"},{\"apiName\":\"gmpkg__Sub_Industry__c\"}]]}]}",
"showBorder": true
}
}
]Was this helpful?