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
dragon123dragon123 

Confusion about Record type Related question.. please help me

10) Which statement is TRUE about a profile?

 

A. It can revoke access granted by sharing

B. It enables object level permissions and grants access to all data

C. It can grant access to records using record types

D. It controls use passwords settings


What can not be done with the profiles ?

A. Control the tab access
B. Set the CRUD permissions
C. Give access to records by modifying the record types
D. Control password settings

Avidev9Avidev9
Should be
1.B
2.C
AroraAnupAroraAnup

A. It can revoke access granted by sharing - YES. Example - if User has access to records based upon the Role/Sharing rule but if you revoke the access to that object from his/her profile, then he/she will not be able to access the object/underlying records. In Salesforce.com, it is always the MOST RESTRCITIVE PERMISSIONS that apply.

 

B. It enables object level permissions and grants access to all data - YES

 

C. It can grant access to records using record types - NO. At the profile level, you can define what record types will be available to the user to CREATE new records using a record type. However, whether he/she will be able to VIEW records using different record types is totally dependent on the Record Ownership, User's role, OWD and Sharing rules.

 

D. It controls use passwords settings - NO.


What can not be done with the profiles ?

A. Control the tab access - YES, profiles controls TAB access.
B. Set the CRUD permissions - YES, profiles control CRUD permissions.
C. Give access to records by modifying the record types - NO, reasoning explained above.
D. Control password settings - NO

 

Hope this helps!

dragon123dragon123

For 10 th question A and B is a Answer... Are u 100% confident?