We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Rappen,
I've noticed that the tool incorrectly converts the lookup columns to this format (When looking at the column output): _parentaccountid_value
The above format is required for filtering, however when simply selecting columns, all we need is the field name.
Microsoft made this super confusing...
Rayan
The text was updated successfully, but these errors were encountered:
Ping @MarkMpn - any thoughts?
Sorry, something went wrong.
I've found if you do e.g.
/api/data/v9.0/accounts?$select=parentaccountid
the JSON you get returned includes every attribute, including _parentaccountid_value. If you do:
_parentaccountid_value
/api/data/v9.0/accounts?$select=_parentaccountid_value
then you only get the requested _parentaccountid_value field.
No branches or pull requests
Hello Rappen,
I've noticed that the tool incorrectly converts the lookup columns to this format (When looking at the column output): _parentaccountid_value
The above format is required for filtering, however when simply selecting columns, all we need is the field name.
Microsoft made this super confusing...
Rayan
The text was updated successfully, but these errors were encountered: