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
venkata naga praneeth menduvenkata naga praneeth mendu 

when we start the lead conversion process will the validation gets execute in backend or not? and why?

when we start the lead conversion process will the validation gets execute in backend or not? and why?
PavanKPavanK
It's depend on you organization setting.

IF you have enabled validation rule on lead conversion then you will get validation error while conversion if there is any issue else it will bypass error.

To enable this feature please go to
customze
Lead
Lead setting

Please mark this answer as best if it helped you.

Thanks
Deepali KulshresthaDeepali Kulshrestha
Hi Venkata,

Validation rules are only enforced during lead conversion if validation and triggers for lead conversion are enabled in your organization.
If validation rules exist for activities and you create an activity during lead conversion, the lead converts but a task isn’t created.
When one validation rule fails, Salesforce continues to check other validation rules on that field or other fields n the page and displays all error messages at once.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
Bindu ShankarBindu Shankar
@deepali: I want to skip validation rule on Task during Lead Conversion. But, the validation rule should fire on the Task sepratly. Only need to skip during conversion. 

Any help would be appreciated.