Flow name: NetSuite Sales Order to Salesforce Order Add/Update
Error message: "\nSELECT Id,name,celigo_sfnsio__NetSuite_Id__c\n ^\nERROR at Row:1:Column:11\nNo such column 'name' on entity 'Order'. 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., Status Code: 422"
Error code: SALESFORCE_PROXY
Reason: The error occurred due to the field level accessibility is not set to visible in Salesforce.
Resolution:
To resolve this error, perform the steps below:
- Sign in to your Salesforce account.
- Go to setup and in the Quick Find / Search Box, enter 'Field Accessibility'.
- Click Order.
- Click View by Fields.
- In the Field, select ‘Order Name’.
- Click on 'Hidden' on each role and set the Field-Level Security and Page Layout to Visible.
- Click Save.
- Now, go to the integrator.io dashboard and view the error dialog.
- Click Retry to re-run the flow successfully.
Comments
Please sign in to leave a comment.