Question

how can I get filter criteria of a folder to use in code(backend)

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 0

Like

1 comments

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