Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activate sms notification for all accounts? #105

Open
mediavista opened this issue Jan 1, 2019 · 6 comments
Open

activate sms notification for all accounts? #105

mediavista opened this issue Jan 1, 2019 · 6 comments

Comments

@mediavista
Copy link

how to tick all accounts/ make all accounts to activate sms notification?
modifing all accounts one by one is painfull

@emakundi
Copy link

emakundi commented Jan 1, 2019 via email

@mediavista
Copy link
Author

anyone can help me to enable on all accounts using sql script?

@emakundi
Copy link

emakundi commented Jan 4, 2019 via email

@mediavista
Copy link
Author

@emakundi i just want to 'tick' on all account only, GSM Number field already exist on by my previous module, so i don't need to edit GSM Number

this is my client ID number https://www.dropbox.com/s/ciek20w14e29nn3/clients_export_20190104.csv?dl=0
This is table for Send SMS https://www.dropbox.com/s/zgdv0wlnork5lmj/1.JPG?dl=0
This is table/cliend ID that i have edited them manually https://www.dropbox.com/s/fwgcancaxe1w9cq/2.JPG?dl=0

@emakundi
Copy link

emakundi commented Jan 4, 2019

@mediavista

If all the numbers are updated on this module(not WHMCS default Customer filed) what you need to do is update the Send SMS field to on.

Here are the simple procedure

  1. Check on what id number is Send Sms row have on tblcustomfields table ( e.g number 1 )
  2. go to tblcustomfieldsvalues table and run the below sql script

UPDATE tblcustomfieldsvalues SET value='on' WHERE fieldid = 1

Assuming your field ID = 1.

@emakundi
Copy link

@shibby and @mediavista I think this issue should be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants