Last updated
Was this helpful?
Was this helpful?
{
"sections": [
{
"name": "contactInformation",
"label": "Contact Information",
"active": true,
"cols": 3,
"rows": [
[{"apiName": "Name"}],
[
{"apiName": "ReportsToId"},
{"apiName": "MailingStreet"},
{
"apiName": "MailingCountry",
"coloring": [
{
"color": "#a6f79e",
"exp": {
"MailingCountry": {
"operator": "=",
"value": "USA"
}
}
}
]
}
],
[
{
"apiName": "MailingCity",
"autocomplete": [
"Paris",
"New York",
"London",
"Rome"
],
"noWhitespace": true
}
],
[
{"apiName": "OwnerId"},
{"apiName": "LeadSource"},
{
"apiName": "Title",
"readOnly": {
"Title": {
"operator": "in",
"value": ["Other"]
}
}
}
],
[
{"apiName": "Level__c"},
{"apiName": "CLevel__c"}
],
[
{
"apiName": "Salary__c",
"required": false
}
],
[
{
"apiName": "CreatedById",
"noWhitespace": true
}
],
[
{
"apiName": "LastModifiedById",
"noWhitespace": true
}
],
[
{
"apiName": "Notes__c",
"noWhitespace": true
}
],
[
{
"apiName": "RecordTypeId",
"noWhitespace": true
}
]
]
}
]
}[
{
"name": "Contact.Update_Status",
"icon": "utility:close",
"label": "Status",
"visibility": {
"Approval_Status__c": {
"operator": "!=",
"value": "Accepted"
}
}
},
{
"label": "Open",
"name": "open",
"icon": "utility:new_window",
"event": {
"name": "e.force:navigateToSObject",
"params": {}
}
}
]