I would like to create a role for user X. My requirement is, i allow user to access all the objects for development but i will not allow the user to access the data by any means. suggest me what are the permissions i need to assign to the role.
Thanks in Advance!!!!
GK
0
Comments
Best approach is to take a copy of the db and use it as a development db. Changed objects are taken into production by fob. If you devs may not see real data, you delete the companies in the dev db, but some customations are hard to develop and to test with no real life data.
Hope this helps
Thomas