function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jim McCabeJim McCabe 

Error: system security No Access Exception: Update access denied for echosign_dev1_SIGN_Agreement_c"

All users with one profile are receiving the following error in production when they create an agreement
"Error: system security No Access Exception: Update access denied for echosign_dev1_SIGN_Agreement_c"
I don't see echosign_dev1_SIGN_Agreement_c any where in Salesforce.  Can anyone point me in the right direction?
logontokartiklogontokartik
Did you have Echosign package installed in your org? If yes, can you verify if you have access to view the fields on objects installed from the package? This has something to do with the way the profile are setup. Please verify your Profile settings to make sure you have access to these fields/objects.
James LoghryJames Loghry
Check your object security for the particular profile.  

Go to Manage Users->Profiles->Your user's profile

Depending on your profile layout, look for the "Custom Object Permissions" for the Object matching "echosign_dev1_SIGN_Agreement_c" and update the permissions to include "Edit" capability if desired.  

Note, the profiles page uses the Object's label for displaying the Custom Object, so it may look different than your API name, especially if someone has overridden the label.