In this post, we are going to discuss how to use multi-select picklists in dynamic form field visibility filters. I have implemented this in my POCs and it is the recommended way of approaching this limitation.
We will be creating a text formula field to convert the multi-select picklist selected values into a string, and then driving the show/hide of quick action.
For raw code, go to the git repo here
You can use the formula field and check if it contains a value for example
Record.FormulaFieldName contains Demo1;
OR/AND
Record.FormulaFieldName contains Demo2;
How to use multi-select picklists in dynamic form field visibility filters. I hope you find this post useful! Catch you in the next content.
And thank you for being an awesome reader.
Share and grow together !!
If you have any doubts you can comment down below, I will try to reply ASAP.
Also keep visiting us, for more such content!