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
Ashley SistiAshley Sisti 

Need help with 3-level deep multi-select dependent picklist

I'm wondering if there is a way using Apex to create three levels of dependent, multi-select picklists. The use case is we have customers (Accounts) that have several product lines, and we need to be able to identify the top level of product line, along with two levels deeper of modules and services that go with it, for each product line they have. I need these to be fields as opposed to using custom objects because through the Marketo integration, marketing needs to be able to pull accounts for upsell campaigns based on the values in these fields on the Account. Is there any way that this can be done? I've seen other posts, but they all used regular picklists, not multi-select. Any help woudl be appreciated!
Jaspreet S.Jaspreet S.
Please refer this blog, it helps you how to achieve 2 level of multiselect picklist, which makes use of wrapper class, you can extend it to 3rd level as well.

http://www.eltoro.it/ArticleViewer?id=a07A000000NPRhXIAX