[SalesForce] Remove Lead status from Sales path but not from Lead status field

I have to remove Lead status value from sales path of the lead but not from Lead status picklist field. For example if lead status having picklist value:

  1. New
  2. Nurturing
  3. working
  4. Dead
  5. converted

Then i have to show only New>>Nurturing>>working>>converted on the sales path of the Lead in salesforce lightning. But need to make "Dead" value available from picklist field. On removing "Dead" value from Lead process it get removed from the sales path but also become unavailable from Lead status picklist field. How can i achieve this?

Best Answer

I'd expect "Dead" to be the equivalent of a "Closed-Lost" Opportunity and would use the "Dead" value similarly as a means of closing the record for a Sales Path. You could also "hide" the value by using a record type in which you don't include the value of "Dead" for the Lead in your Sales Path.

If you do need to still include it, move the value in your picklist to below "Converted" so that it's in the equivalent position of where you'd locate "Closed-Lost" for an Opportunity. In that manner it will appear after "Converted" in your Sales Path and won't be one of the "stages" that your Sales Path must move through in order to reach "Converted".