ID
refId
Title
Status
1
10
Test1
Approved
2
Test2
In-Review
3
Test3
4
Test4
How to write query filter to fetch refId=10 when status all rows should be Approved
Discussion posts and replies are publicly visible
I don't think this is a challenge for a Certified Associate Dev. Just write two query filters with "AND" operator in queryLogicalExpression(). One for refId=10 and other for Status="Approved".
is it possible to write single filter without using refId=10
What? No. Can you please explain the requirements more clearly?