Foren

Notifications !!!

thumbnail
Marcelo Cardoso Oliveira, geändert vor 8 Jahren.

Notifications !!!

New Member Beiträge: 11 Beitrittsdatum: 20.02.13 Neueste Beiträge
Hello,
I have a little problem.
I have a portal that has sites hierarchically below it.
I would like to be notified by email and / or notified in my profile every time a user, either the portal or the websites below the hierarchy do a file upload in Documents and Media.

Ex:

Portal
|--------- Site 1
|--------- Site 2
|--------- Site 3

Users "Site 3", up a file is the gateway administrator is notified.
Users "Site 1", up a file and the portal administrator is notified, etc.

It can do this from the control panel or some customization in the code is necessary?
thumbnail
Diogo Cavalcanti Peixoto, geändert vor 8 Jahren.

RE: Notifications !!! (Antwort)

New Member Beiträge: 9 Beitrittsdatum: 04.11.14 Neueste Beiträge
Hi Marcelo,

To do that you can use a workflow (it's a builtin functionality). If you are using Liferay 6.2, you can set
the workflow for folders on your document and library. Every document you create into this folder will go to the workflow that you have configured.

You can also create a customized workflow, which sends notifications to the dock-bar and sends an e-mail as well.

For more information please take a look at
1. Setting Workflow
2. Creating Workflow
thumbnail
ismail zabiulla s, geändert vor 8 Jahren.

RE: Notifications !!! (Antwort)

Junior Member Beiträge: 70 Beitrittsdatum: 13.07.14 Neueste Beiträge
Hi marcelo

if you dont want workflow to be enabled and if you have hands on struts framework,

you can develop hook in you can override struts action class EditFileEntryAction and write your logic of email sending .