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
MohanbabuMohanbabu 

update custom object only through API but not from salesforce site

My requirement is the following:
 
I have created a cutom object in opportunities of salesforce site.
 
But no user can create or edit or delete that custom object records.
 
But I integrated my application with salesforce, i have single sign on from salesforce to my application.
So, the same user can able to create, update or delete that custom object when i opened my form there using API. but not directly from sales force site
 
 
Can any one please help me in detail
 
 
Thanks,
Mohan.
RRESRRES
You should start by checking the profile of the users who are working with this object and see if they have read/write/edit permissions. Do you experiance the same with your admin account?