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
Michael MMichael M 

How to display 2 different lightning:paths on the same record type

Hello, we want to have 2 lightning paths, representing 2 different picklists, on the same record type, on the same lightning page. We also want the button at the end of the path, so would need to use the "Lighting:path" component (and not the "Lighting:picklist" component, which seems does not have the button.) Is this possible to do? 
Best Answer chosen by Michael M
SwethaSwetha (Salesforce Developers) 
HI Michael,
As per https://salesforce.stackexchange.com/questions/209493/set-more-than-one-path-to-an-sobject you can assign the different path to different record types. You cannot add a new path to the same custom object if it has a single record type.

Please consider posting your ask as an idea on Idea exchange so that the product team can implement it in coming releases based on number of upvotes.
Link:https://success.salesforce.com/ideasearch
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful.

All Answers

SwethaSwetha (Salesforce Developers) 
HI Michael,
As per https://salesforce.stackexchange.com/questions/209493/set-more-than-one-path-to-an-sobject you can assign the different path to different record types. You cannot add a new path to the same custom object if it has a single record type.

Please consider posting your ask as an idea on Idea exchange so that the product team can implement it in coming releases based on number of upvotes.
Link:https://success.salesforce.com/ideasearch
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful.
This was selected as the best answer
Michael MMichael M
Hmm. Is there any workaround if I use the lightning:path component? 
SFAdmin3SFAdmin3
HI @Michael M Did you ever find a workaround for this?
Swati TandaleSwati Tandale
@swetha @Michael M, did you find workaround for this?
Holland DottsHolland Dotts
Has anyone found a solution for this?