Inline Record Layout

[
   {
      "component": "gmpkg:RecordLayoutComponent",
      "attributes": {
         "targetObjName": "Contact",
         "recordIdField": "Sponsor__c",
         "recordLayout": "{\"sections\":[{\"name\":\"contactInformation\",\"label\":\"Contact Information\",\"active\":true,\"cols\":3,\"rows\":[[{\"apiName\":\"FirstName\"},{\"apiName\":\"Email\"},{\"apiName\":\"C_Level__c\"}]]}]}",
         "showBorder": true
      }
   }
]

Last updated