How to fetch field from adaptive search in cx-picker?
Summary:
As cx-picker configuration is dependent on query if it should go to adaptive or REST. We are keeping our Partner picker as we have ootb but when we are adding Country field in Picker Layout it is showing blank.
Content (please ensure you mask any confidential information):
We have a requirement to implement the cx-picker for Partner object and show the for field Country. We have a field in Country in Partner API but currently it is not showing up the data. As that is OOTB taking adaptive call we need to pass value similar to PrimaryAddress.CountryCode.
We are able to get the country data when we are using the "Provider":"adfRest" but it is affecting our fuzzy search functionality which is ootb available via adaptive search. We want to keep it via adaptive only but we need Country data as well which is coming from above mentioned attribute.