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
Mahmoud Coudsi 1Mahmoud Coudsi 1 

How to capture the lead creation date on the account page layout?

I'm trying to create a field on the account's page layout that captures the lead creation date. Anyone has an idea how to do it? 
 
Santosh Bompally 8Santosh Bompally 8
If the account is created from lead, follow this process. 
1) Create a Custom Field on Lead and stamp created date in this, Use workflow/PB for this, donot use formula. 
2) Map this field to your custom field on account. Lead->Fields&Relationships->Map fields

Else, Please add more information on how your account is related to lead. 

Thanks,
Santosh
Meenu MathewMeenu Mathew
Hi Mahmoud,

Please comment on how your Lead and Account is related.
Since an Account can be related to more than one Lead, which Lead's created date should be displayed in custom field of Account.
Or kindly explain your scenario in detail.

Thanks