Page 1 of 1

e-mail notification on file upload to every user with

Posted: 27 Feb 2014, 16:22
by gantichi
Hi,
I see we can notify a user or a static group of users, but I don't see if it is possible to send an e-mail, when a user upload a file, to all users with access right to this file. Is it possible? Tnx in advance
Gianfranco

Re: e-mail notification on file upload to every user with

Posted: 03 Mar 2014, 00:28
by Jan
Hi, no, there is no such option, so this needs to be customized.

Jan

Re: e-mail notification on file upload to every user with

Posted: 09 Mar 2014, 23:38
by charoa
i am confused, i can't find the feature to send notifications to a group of users. this is exactly what i am looking for but i only see the option to notify a single user. i don't seem to be able to select a group instead of a user here either...what feature have i overlooked? or is this a hack and if so, can you direct me to the modification?

Re: e-mail notification on file upload to every user with

Posted: 11 Mar 2014, 19:24
by Jan
Hi, such feature needs to be customized directly in the code.

Jan

Re: e-mail notification on file upload to every user with

Posted: 08 Apr 2014, 12:20
by GerhardVG
Have anybody posted the customization?

Re: e-mail notification on file upload to every user with

Posted: 08 Apr 2014, 22:54
by Jan
Hi, I think not :-(

Re: e-mail notification on file upload to every user with

Posted: 04 Apr 2020, 20:25
by f16jack
Hi Jan
this is a feature I would like also. Any time I upload a new pdf document I would like the program to either send notification to all registered users or to send notification with the document attached to all registered users.
Which subfile would I modify so as to send to all users versus just to one user?
thanks

Re: e-mail notification on file upload to every user with

Posted: 05 Apr 2020, 13:10
by Jan
Hi,

first you need to change the parameter (XML, database, ...). But then you need to change the email function too.

- so form XML for product needs to be changed
- database for product table
- controller, model of product edit
- then in libraries the email function

It is hard to list all the files which need to be modified here, because I didn't do such customization yet :-(

Jan