You are on page 1of 1

Contact Automation

 Build an Aura Component


 Deploy / Demonstrate the Solution
 Develop Test Classes
 Use your best judgement to assume where the requirement is not explicitly mentioned

Problem Description:

 Create a picklist field on Contact : Contact Type (Picklist values - Primary ,Secondary)
 Develop a lightning component to be placed on Account record page which will show a
list of Contacts under the same Account and User can select multiple contacts from list
and can update the Contact Type value for multiple Contacts in one click.
 Create a checkbox on Account : "Primary Contact Added ?" . 
 If "Contact Type " is updated to "Primary" , then update the Primary Contact Added ? =
True on Account.
 There can be only one Primary Contact associated to the Account

You might also like