Hello "Lightning Now" communitie,
I need to implement a dependent picklist for 4 picklist .
I found some code on Internet but only for 2 dependent picklist.
Will someone have some resource (or other) to help me with this task?
Many thank,
Thierry
Just a thought, I have not tried this myself yet on a record, but I have tried it on the homepage and it was slick.
In lightning you can embed screen-based flows.
Soooo, what I'm thinking is you can make a flow to create the picklist field dependencies, present it on a flow screen component and add that flow to the lightning record detail page. Pass in your record ID is a variable to the flow on the flow component when you add it to the lightning page.
Last step of that flow is to update the record you are on.
The nice thing about this is it's a declarative solution so an admin could adjust later if needed.