function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chinni123Chinni123 

Accounts Salesforce

I have one question..current company which i am working for is having dotnet implementation we need to migrate from Dotnet to salesforce

My Requirement is  i need to display open leads for an Account.

For Example

I have Exon as a Account .

Exon Atlanta ,Exon Dallas as the Leads  but base account as EXON

i need to show  Exon Atlanta and Exon dallas as the Leads for EXON.

How do i achieve it .Do i need to  Enable Business Account for it  ?Any other solutions will be appreciated

 

Thanks

 

APathakAPathak
If you convert those leads Exon Atlanta and Exon Dallas into contacts and attaching them under Exon account then you will be able to see those 2 under account.
OR
A lookup field to account can be created in lead object which will associate each lead to a particular account.