• SharathKumar Reddy
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 3
    Replies
contact con = [select id from contact where Account.Multipicklist__c Includes (picklist__c)];
Create a vf page which will create an account form and have a button Next on click of which should go to the next page which will show a table which should have contact fields in different columns but the table row should have the option to add and remove rows.
From this page again on clicking next and should have opportunity creation with similar UI as it was in contact. Only at the end opportunity should have a Submit button which when clicked should create Account, related Contacts, related Opportunity all at same time.
How to display multi-picklist values as checkboxesin lightning component
when click on new opportunityAccount name and primary contact will auotmatically get from account
above are using visual force page
I design an lightning component and  need this in lightning component ?
contact con = [select id from contact where Account.Multipicklist__c Includes (picklist__c)];
Create a vf page which will create an account form and have a button Next on click of which should go to the next page which will show a table which should have contact fields in different columns but the table row should have the option to add and remove rows.
From this page again on clicking next and should have opportunity creation with similar UI as it was in contact. Only at the end opportunity should have a Submit button which when clicked should create Account, related Contacts, related Opportunity all at same time.

Hi,

 

How i rename Home tab in salesforce?

 

 

 

 

regards,

Sagar