Hi Team,

I'm looking for a solution where I can fetch the list of records from a section if the value of any three fields that i enter in the edit page form of a new record match with the current entry field values.

For example : In my current record I enter the values as follows for the customer...MoreLess

Like 0

Like

1 comments

Hello,

Please, specify the problem in more detail, what are the user's steps when reproducing it, what is the actual result and what is expected...MoreLess

Show all comments

When I try to implement esq and multiple filters, only last added filter will work. Rest will be kind of overrided by the next filter.

For example, If I use 3 filters - 

esq.filters.add(esqFirstFilter);
esq.filters.add(esqSecondFilter);
esq.filters.add(esqThirdFilter);

I am getting results on the...

MoreLess

Like 0

Like

1 comments

Dear Ramnath,

In order to resolve the issue please use the following code for adding filters:

esq.filters.add("esqFirstFilter", esqFirstFilter)...MoreLess

Show all comments