firstClassSObjectAccount is null Configuration Error Occurs When Performing a Query Operation

You may encounter the following error when performing a query operation with a Salesforce Adapter connection configured with the invoke role.

See the Invoke Action Page.


The firstClassSObjectAccount error is shown on the Configure Operations page after the query SELECT id from Contact has been specified. A Refresh button appears at the bottom of the page.

Solution: This error occurs when the permissions provided to the user are not sufficient. To resolve this error, perform the following steps:
  1. Log in to your Salesforce instance.
  2. Go to your profile by navigating to Manage Users, and then Profiles.
    The Profile Edit page appears.
  3. Click Edit.
  4. In the Standard Object Permission section, provide basic Read access to the Accounts object.
  5. Click Save.
You can now perform a query operation without any configuration error.