Hi Team,
Like we have an option to add multiple accounts field to a Contact page, I wanted to see if there is an option to add multiple contacts fields to account page. When I go to layout manager for Account Entity I do not see an option to add the Contacts fields, though I see it in bottom panel but I want to add it to the details page like we do it on the accounts page. Is there anything I need to add to the Account.json file? I tried adding the below but this did not work
"fields": {
"contacts": {
"layoutRelationshipsDisabled": false
},
Like we have an option to add multiple accounts field to a Contact page, I wanted to see if there is an option to add multiple contacts fields to account page. When I go to layout manager for Account Entity I do not see an option to add the Contacts fields, though I see it in bottom panel but I want to add it to the details page like we do it on the accounts page. Is there anything I need to add to the Account.json file? I tried adding the below but this did not work
"fields": {
"contacts": {
"layoutRelationshipsDisabled": false
},
Comment