one of our users deleted a user group. It is marked as deleted. The group is used for permissions on many objects in the system.
Is there a possibility to restore the group so we can use it again?
The table information of OT is protected but if you look around in many forums/examples you will see the relation
select * from usergrouptable where deleted=0 and type=0 the 0's mean it is active
a deleted group will be like this
select * from usergrouptable where deleted=1 and type=1
No warranties if you mess up your DB....
Very dangerous if you ask me.
Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
Thanks. I did know about the database option, I was wondering if there is some other supported way I might have overlooked.
However changing the Deleted to 0 did not revive the group, I can still see it as deleted. I’m sure this was working in the 9.7.1 version. We are on CS10 Update 12.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.