Adaptive Search Query: No Data Displayed for ListOfContacts — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Adaptive Search Query: No Data Displayed for ListOfContacts

edited Apr 24, 2025 8:03AM in Sales 7 comments

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",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!