Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sep 29, 2021 12:47:35 PM
Aug 18, 2021 3:46:20 AM
Endpoint requests using the Salesforce connector fail with:
No such column 'Billingstreet' on entity 'Account'.If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names
The column and object in the error message may vary.
Salesforce connector
The column/field isn’t accessible (this is called ‘Field Level Access’ in SFDC), due to user permissions, or a required Salesforce module isn't enabled.
The List Accounts block in the background just uses a SOQL query which pulls out some basic standard fields from the Account object. In very rare circumstances, access to these fields has been disabled in a specific account (maybe the field is not in use, or the specific user doesn’t have the correct permissions).
If that’s the case, the alternative is to build your own SOQL query using the "custom query" block in Salesforce.
To Resolve the permission issue:
https://salesforce.stackexchange.com/questions/218950/no-such-column-on-entity-error-for-an-existing...
https://salesforce.stackexchange.com/questions/53558/why-do-i-get-this-error-no-such-column-accountn...