Why can't I add the field existing in Adaptive Search in my Nested Entities?
Summary:
I am adding a field that is part of an object but it doesn't appear in the response.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
POSTMAN
Code Snippet (add any code snippets that support your topic, if applicable):
{
"entity": "Account",
"limit": 100,
"offset": 0,
"fields": [
"PartyNumber",
"OrganizationName"
],
"nestedEntities": {
"ListOfResourcesForTheTeam": {
},
"Transformers_c.FeederNumber_c": {}
},
"q": {
"op": "$or",
"innerQuery": true,
"criteria": [
{
"op": "$eq",
"attribute": "PartyNumber",
"value": "57331437"
}
]
}
}