Email Notification property group
PostPosted:Thu May 30, 2013 12:28 pm
Hi all,
I'd be looking for the ability to send a notification by mail when the group changes state properties such as state approved.
This would be possible to do? someone could give me a hand??
From already thank you very much to all for help.
My version of OpenKM is:
OpenKM - Knowledge Management
Version: 6.2.3 (build: 7945)
Installed on linux ubuntu 12.02 32bit server
This is my settings property group:
I'd be looking for the ability to send a notification by mail when the group changes state properties such as state approved.
This would be possible to do? someone could give me a hand??
From already thank you very much to all for help.
My version of OpenKM is:
OpenKM - Knowledge Management
Version: 6.2.3 (build: 7945)
Installed on linux ubuntu 12.02 32bit server
This is my settings property group:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 2.0//EN"
"http://www.openkm.com/dtd/property-groups-2.0.dtd">
<property-groups>
<property-group label="Propuestas" name="okg:zps">
<select label="Estado" name="okp:zps.plenipotent" type="simple">
<option label="Borrador" value="okp.zps.plenipotent.mmal" />
<option label="Revision" value="okp.zps.plenipotent.mlas" />
<option label="Final" value="okp.zps.plenipotent.smar" />
<option label="Presentada" value="okp.zps.plenipotent.pkol" />
<option label="Aprobada" value="okp.zps.plenipotent.dpow" />
<option label="Rechazada" value="okp.zps.plenipotent.dosi" />
<option label="Administracion" value="okp.zps.plenipotent.rdom" />
</select>
<input label="Fecha de Presentacion" name="okp:zps.case"/>
<input label="Recibio" name="okp:zps.client" />
<input label="Fecha Aprobacion/Rechazo" name="okp:zps.debtor" />
<input label="Aprobo/Rechazo" name="okp:zps.aprob" />
<input label="Codigo" name="okp:identificador.cod"/>
<textarea label="Motivo" name="okp:consulting.comment"/>
</property-group>
</property-groups>