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
Geetha BGeetha B 

workflow on opportunity when it is a converted lead

hi
  
      I need to write a workflow on opportunity to update close date if the opportunity is created when the lead is converted.
      I am unable to give rule criteria check wether the opportunity is a converted lead or not.
i am not getting which field to check
PratikPratik (Salesforce Developers) 
Hi Geetha,

"Converted" field is available but you cannot get it on opportunity. 
If you want to go for workflow, I will suggest you to create  custom field on Lead & opportunity. Map these field on Lead Custom Field Mapping (Custgomize->Lead->Fields->Lead Custom Field Mapping).
So once lead is converted, this field will get value. Then you can write a workflow based on this custom  field on opportunity.

Hope this will help you!

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.