I have assign users to a role and then assign privileges directly to a role however even if I assign every privilege to a users role and sign into that users account that user still cannot see any content unless they are an admin.
</p> <p>CREATE TABLE IF NOT EXISTS `vtiger_cv2role` (<br /> `cvid` int(25) NOT NULL,<br /> `roleid` varchar(50) NOT NULL<br /> ) ENGINE=MyISAM DEFAULT CHARSET=latin1;</p> <p>CREATE TABLE IF NOT EXISTS `vtiger_cv2rs` (<br /> `cvid` int(25) NOT NULL,<br /> `rsid` varchar(255) NOT NULL<br /> ) ENGINE=MyISAM DEFAULT CHARSET=latin1;</p> <p>
For further help, contact us on help@vtexperts.com we’ll be glad to be of service.
8 Comments
thanks
This has been very helpful! Thank you!
I am facing the same issue in Vtiger 6.5
Thanks guys!
We also had to edit + save the users after this.
You’re welcome Christopher. And thank you for the helpful addition.
Thank You!
how about in vtigercrm6.0
i have the same problem users module it shows blank?
please help me !
Thanks so much it works well