You need to sign in to do that
Don't have an account?
Richa K
Question regarding Customer Portal
Hi,
How can we let custom object records access as 'Create' and not 'Read'.
That means, you can create a record for a particular custom object but you cant view them.
Please advise.
Create requires Read, because Read access is required for ownership. Use private sharing with triggers to change ownership, or use Visualforce/Apex Code to create the records.
The easiest way to control data access is to define permissions on a specific type of object. You can check if a group of users can create, view, edit, or delete records from that object.
For detailed reference: https://trailhead.salesforce.com/content/learn/modules/data_security/data_security_records
Please mark Best Answer if it helps!