Org Chart
Top Object: Account
Account and contacts
Requirements
- Custom field:
Contact.Manager__c
lookup to Contact object - Custom field:
Contact.OrgChartColor__c
formula text
Data Type Formula
IF(
ISPICKVAL(LENCHI_STRUCTUR__ChampionDetractor__c, 'Champion'), '#00b894',
IF(
ISPICKVAL(LENCHI_STRUCTUR__ChampionDetractor__c, 'Aware Positive'), '#55efc4',
IF(
ISPICKVAL(LENCHI_STRUCTUR__ChampionDetractor__c, 'Decision Maker'), '#fdcb6e',
IF(
ISPICKVAL(LENCHI_STRUCTUR__ChampionDetractor__c, 'Blocker'), '#d63031',
'#dfe6e9'
))))
- Custom field:
Contact.OrgChartLabel__c
formala text
FirstName + ' ' + LastName + '\n' + Title
- Custom field:
Contact.ChampionDetractor
picklist
JSON
{"childRelationships":"Account.Contacts,Contact.LENCHI_STRUCTUR__ManagingContacts__r","hideOutline":true,"hideParentRecord":false,"hideRelationshipCells":false,"direction":"Vertical","objectsOrientation":"Horizontal","layoutName":"Tree","levelDistance":30,"nodeDistance":5,"readOnly":false,"vertexLabels":"Contact.LENCHI_STRUCTUR__OrgChartLabel__c","edgeLabels":"Contact.LENCHI_STRUCTUR__ChampionDetractor__c","colorFields":"Contact.LENCHI_STRUCTUR__OrgChartColor__c","iconFields":"Contact.LENCHI_STRUCTUR__PhotoUrl__c","filterFields":"","orderByFields":"","shapes":""}