Issue
When using DocuSign API, the following error might occur:
No such column 'dsPassword__c' on entity 'User'. 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.
Resolution
Ensure that the user account has the appropriate security settings:
- In Salesforce, go to Setup > Manage Users > User.
- Select the affected user.
- Click the Profile link.
- Under the "Field-Level Security" section, click "View" next to "User".
- Click the "Visible" checkboxes for the DocuSign API UserName and DocuSign Password fields.
Additional Information
The user profiles are missing access to the DocuSign password and username field on the user object.
