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
MaxploreMaxplore 

Access right check using API

How can I check whether the logged in Salesforce user has specific access rights like Create, Update, Delete on a particular business object?
 
 
MaxploreMaxplore
I want to check that using API...
SuperfellSuperfell
see the describeSObject call.
MaxploreMaxplore
Can you please send me the documentation/code snippet for that?
I cant find any documentation for properties that will help me find whether user has rights to create, delete or update an object.
 
Also, here we are talking about 2 objects...Business object and user object.
SuperfellSuperfell
Goto the API page on the wiki
http://wiki.apexdevnet.com/index.php/API#Core_API_Resources

and click for the documentation.