Hello, I'm looking for a best practice to get the same criteria the would be sent to the server if a grid issues a fetch, ie comprising the implicitCriteria and the filterEditor criteria.
The use case is to send that criteria to the server for a custom DMI method.
I think that I may safely use combineCriteria to combine the various criteria parts, correct?
The other problem is how to treat the filterEditorCriteria and getCriteria() parts, considering that the filterEditor criteria may not have been submitted ? Is there available some helper method?
The use case is to send that criteria to the server for a custom DMI method.
I think that I may safely use combineCriteria to combine the various criteria parts, correct?
The other problem is how to treat the filterEditorCriteria and getCriteria() parts, considering that the filterEditor criteria may not have been submitted ? Is there available some helper method?
Comment