Change users default notification method in bulk

Please note this is a technical reference guide understanding value in Notification method in the SQL database and bulk import/export

Case 1

When updating users via CSV file it is possible to update their default notification method, here is what number is represent and reference.

Case 2

Changing the value in the Configuration editor  via Admin > System > Configuration (available to super admin only)

 

Pre Claromentis 8.7.4

String options are im, im+email, email, digest-d, digest-w, digest-m that translated to a numerical value in the database as:

  •  * 1 - IM + push
  •  * 2 - IM + email + push
  •  * 3 - Email
  •  * 4 - Daily digest
  •  * 5 - Weekly digest
  •  * 6 - Monthly digest

 

Claromentis 8.7.4 +

This has been changed to use bitmask value 

(1)  - Push
(2)  - In-System
(4)  - Immediate email
(8)  - Daily digest
(16) - Weekly digest
(32) - Monthly digest

Which can be combined for example to enable Push and In-System = 3

 

 

Last modified on 19 December 2023 by Hannah Door
Created on 23 May 2019 by Michael Christian

Was this helpful?  

Share