You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started experimenting with the pac env fetch command. I thought it might be useful. But I stopped after encountering the following issues:
It doesn't return any data that I can assign to a variable and access.
I can't limit results using top. I get this error Error: The top attribute can't be specified with paging attribute page. My fetchxml doesn't include this paginginfo, so it seems like this command is adding it.
I can't limit results using page or count attributes. They seem to be ignored. Possibly related to the second issue.
When I use the --xmlFile parameter, it doesn't detect changes I make to my query. Seems like it must be caching the file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Started experimenting with the pac env fetch command. I thought it might be useful. But I stopped after encountering the following issues:
top
. I get this errorError: The top attribute can't be specified with paging attribute page
. My fetchxml doesn't include this paginginfo, so it seems like this command is adding it.page
orcount
attributes. They seem to be ignored. Possibly related to the second issue.--xmlFile
parameter, it doesn't detect changes I make to my query. Seems like it must be caching the file?Beta Was this translation helpful? Give feedback.
All reactions