Beno78 Posted February 25, 2013 Share Posted February 25, 2013 Hey guys, Our previous admin failed to utilise client groups on WHMCS, and I am wanting to set it up. Problem is, we have 600+ clients, and 400-500 are to go in one group. Is there anyway to do this as a mass update, instead of one by one? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted March 1, 2013 WHMCS Support Manager Share Posted March 1, 2013 Hi, Something like this should do the trick (run it via the SQL tab in phpmyadmin): update tblclients set groupid = 'x' where groupid = ''; Replace x with the ID of the client group you wish to use (you can find this in your browser's URL bar when editing the client group) All clients will be assigned to this group. As always, before making changes to the database, please backup. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.