Hello community I'm trying show a Contact.Type in a custom profile. But i have a error when put the diff:
{
"operation": "insert",
"name": "ContactType",
"values": {
"layout": {
"colSpan": 24,
"rowSpan": 1,
"column": 0,
"row": 1,
"layoutName": "UsrLeftContainer"
},
"bindTo": "Contact.Type",
"enabled": true,
"contentType": 5
},
"parentName": "UsrLeftContainer",
"propertyName": "items",
"index": 0
},
And the console return me:
Heading for label Contact.Type not found.
Is something worn in the code?
Regards,