Question
how can I get filter criteria of a folder to use in code(backend)
16:29 Aug 24, 2020
Hi,
I have a lookup of a contact folder, I can select any folder of contact and I need to get the folder filter criteria. so that, Instead of searching if contact is present in folder, I can apply the filter criteria to the contact and get true/false.
How can I achieve this requirement?
Thanks in Advance
Like
1 comments
13:53 Aug 28, 2020
Hi there!
There is an option to get filter results at the "CommonUtilities" source code, the "GetFolderEsqFilters" method that returns filtering parameters.
You are welcome to use it considering your purposes and coding approach.
Show all comments