Re: Delete User
Hello dc50093!!
rather than thinking what to do with the 295 users you can think about the 7 other records.
form user management listview using 'select all' option just select all the 309 users and change them to 'Inactive' from massupdate,then change the 7 users to active independently. this way you can restrict the 295 users.
If you want to delete the 295 users from sugar{after doing the above procedure } you can run a simple query like -
update users set deleted =1 where status = 'inactive';
-Sandeep Lakshmi
Be Hungry!! Be Foolish!!!
Bookmarks