
Partner - Contributor III
2023-01-31
02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ODATA CONNECTOR: OData Query Options
Hi all,
i have to do a simple query with ODATA connector, i have to select status equal to 'f' or 't', from User table of SuccessFactor
Do you know how i can do that?
We are trying to select data with the field QueryOption but it give me back only status = t by default
Thanks
- Tags:
- odata
1,080 Views
1 Reply

Support
2023-01-31
08:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @LeonardoHorsa , This syntax should be from ODATA, so I think you'll need to do something like this example:
-
All products whose name value is ‘Milk’ or ‘Cheese’:
http://host/service/Products?$filter=Name in ('Milk', 'Cheese')
e.g.: eq ('f', 't')
Check the ODATA syntax documentation for more info.
https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview
To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
1,059 Views
