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
Uma K 1Uma K 1 

change ownership

Creating Recruiting app
Hi,
 
I am very much new to the salesforce
 
I am creating recruiting app using a following book
http://www.salesforce.com/us/developer/docs/fundamentals/salesforce_creating_on_demand_apps.pdf
 
in its security and sharing data section I have created a user MArio Ruiz, and trying to make this as a DBA owner as per the steps given in the book but I am getting error saying
 
Transfer Requires Read The new owner must have "Read" permissions on this type of record.

Click hereto return to the previous page.
 
how to get it resolved, how to provide read access to this new user.
 
please suggest
 
Thanks,
uma
Ganesh HembramGanesh Hembram
Hello Uma,

Check the user "Mario Ruzi" whether the user having the "Read" permission for the object Position.
If no, then give the "Read" permission.

Alternate, you can create a Permission Set. Create a permission set and enable the "Read" for Position object.
And assign the Permission Set to the user "Mario Ruiz".

Hope this helps.


Regards,
Ganesh
 
Uma K 1Uma K 1
it says ---- Can't assign permission set Permisson to user Mario Ruiz. The user license doesn't allow the permission: Assign Permission Sets
Ganesh HembramGanesh Hembram
Create a permission set with same user license which was given to user Mario Ruiz.
For ex: If user Mario Ruiz having "Salesforce Platform" user license then create permission set with "Salesforce Platform" user license.

And assign the permission set to user Mario Ruiz.


Regards,
Ganesh