Forum Discussion
frederik
9 years agoFrequent Visitor
Dynamics 365 - Odata return only selected columns
Hi, I am connecting to Dynamics 365 via Odata Feeds as described here https://msdn.microsoft.com/en-us/library/gg334767.aspx When I write the following query in a webrowser https://tenan...
- 9 years ago
There is a "Choose columns" option in the drop down menu which allows you search and select specific columns. Makes life a little bit easier.
Greg_Deckler
9 years agoCommunity Champion
In the query editor, select the columns you want and remove other columns.
frederik
9 years agoFrequent Visitor
Yes, I know, but the query returns a few hunderd columns.
It ieasier to write something like "field1, field37, field44, field77, ...."
than havingto select the fields manually with the mouse.
grts
Frederik
- frederik9 years agoFrequent Visitor
There is a "Choose columns" option in the drop down menu which allows you search and select specific columns. Makes life a little bit easier.