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

Why can't I add the field existing in Adaptive Search in my Nested Entities?

in Sales 2 comments

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"

            }

        ]

    }

}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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