server side filter query

the AccountFolder.SearchData is a binary field that has the filter query. On the server side, how can I use that field to apply that filter on the "Account" and get all the account Ids?  

Like 0

Like

1 comments

Hello Kumar,



Unfortunately there is no possibility to filter binary fields directly in esq queries directly on server side. The SearchData  field contains filter for Accounts that can get into the folder, so if you need accounts from this folder you can select it from table AccountInFolder.



Actually, if the task is to get Accounts that fits for that filter, we recommend to built esq query matching the filter. It is much more easier and productive.



Best regards,

Alex

Show all comments