This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Problem at the time of Changing USER schema

vishal_trivedi - Friday, December 10, 2010 7:11 AM:

Case:

--
Created an Item type called 'Department'.
-- Created list 'Department List'
-- Write 3 methods to add,update and delete the items of Department into Department List.
-- Assigned this list at form of 'User'.


Problem:
--
At the time of performing above changes, it is allowing to do that for our default DB 'InnovatorSolutions'.

-- But it is showing error if I am performing this changes in my DB.

 

Error:

-- Select permission denied on column 'Department' of object 'USER'.

 

-- Vishal