on ‎2025 Nov 12 7:11 PM
Hi,
I have added an extension field using extensibility in Sales Cloud Version 2 in Sales Territory Service.
As we know, the field gets added to the Service API automatically, and when I do a GET on the API with $filter some std. field. I get the response and can see my custom added field in extensions node too;
However, when I try to query on my extension field's value, I am getting Error. It seems I am writing it wrong ?
My query is structured as follows:
Since extensions is a node I see on response, I also tried
Both cases, I am getting errors related to query structure.
Can someone please help me know how the query to be structured ?
Thanks,
Suchita
Request clarification before answering.
Hi
you should use:
?$filter=extensions/ZCUST_FIELD eq '123'
Koen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.