Adaptive Search Query: No Data Displayed for ListOfContacts
Hi All,
I am trying to fetch data via adaptive search query. Despite enabling the field, I have noticed that no data is being displayed for ListOfContacts.
Could you please provide any insights or suggestions on why this might be happening? Any guidance or recommendations to resolve this issue would be greatly appreciated.
Thank you for your time and support.
Enabled Field:
Adaptive Search Query:
URL:
{{envi}}/crmRestApi/searchResources/latest/custom-actions/queries?
Method:
POST
Body:
{
"entity": "Account",
"limit": 500,
"offset": 0,
"sort": [
{
"attribute": "PartyNumber",
"direction": "ascending"
}
],
"onlyData": "true",
"fields": [
"ListOfContacts.PersonName",
"OrganizationName",
],
"q": {
"op": "$and",
"innerQuery": true,
"criteria": [
{
"op": "$eq",
"attribute": "PartyNumber",