Hi there,
We want to set the custom field (in the leads module) "lead_qualification_status" to the value "converted" when a lead is converted.
Can this be used as a start event for the process?
Any help will be greatly appreciated.
Thanks!
Steffen
Hi there,
We want to set the custom field (in the leads module) "lead_qualification_status" to the value "converted" when a lead is converted.
Can this be used as a start event for the process?
Any help will be greatly appreciated.
Thanks!
Steffen
Hi Steffen Scheid,
$dictionary['Lead']['fields']['lead_qualification_status']['calculated']=true; $dictionary['Lead']['fields']['lead_qualification_status']['formula']='ifElse(equal($status,"Converted"), "converted", $lead_qualification_status)';
Tevfik Tümer
Sr. Developer Support Engineer
HI Tevfik Tümer ,
Thank you for the quick and detailed response.
The suggestion works perfectly!
Kindest regards
Steffen
HI Tevfik Tümer ,
Thank you for the quick and detailed response.
The suggestion works perfectly!
Kindest regards
Steffen