How to filter search results using child object fields in Adaptive Search REST API?
Summary:
I'm filtering the search results in Adaptive search REST API using child account fields and contact fields from parent contact object. When I tested in Postman, the results were only filtered by the contact fields, which did not satisfy the filter coming from the account child fields.
Content (required):
Endpoint: {{url}}/crmRestApi/searchResources/latest/custom-actions/queries
Authorization: Basic
HEADER:
Cache-Control: no-cashe
Content-Type: application/json
Preference: transient
Here is the request:
Here is the response:
The result is returning the account having a 09 value in its status even if I put the 02 in filter.
Version (include the version you are using, if applicable):
0