You can configure IXIASOFT CCMS to send
an email to the Approvers assigned to an Approval if an important event occurs, such as
being assigned to the Approval. This might require access to IXIASOFT CCMS Scheduler.
Note: You should make these configuration changes in
the Test environment and test them before copying them to the Production environment. In
a dedicated SaaS deployment, after testing the changes, ask IXIASOFT Customer Support to
copy the changes to the Production environment.
-
In the TEXTML Administration
perspective, connect to your server.
-
Expand the Content Store's Repository node,
and locate the triggers.xml file in the
/system/conf/ collection.
-
Check out the file and open it for editing.
-
Locate the trigger for email notifications for Approvals by
finding the following:
<!-- mail ticket trigger for approval object. -->
-
Remove the
<!--
comment tag
before the <trigger>
element and the
-->
comment tag after </trigger>
.
By removing the comment tag, you enable the trigger.
For example:
<!-- mail ticket trigger for approval object. -->
<!--<trigger apply-to="assignTo" class="com.ixiasoft.cms.triggers.assignments.CreateTicket" name="Send mail to all approvers when creating or assigning an approval object" objtype="approval" schedule="after">
<parameters>
<param name="valid-status" value="Authoring:*"/>
</parameters>
</trigger>
<trigger apply-to="changeStatus" class="com.ixiasoft.cms.triggers.CreateTicketTrigger" name="Send mail to all approvers when cancelling an approval object" objtype="approval" schedule="after">
<parameters>
<param name="initial-status" value="Authoring:*"/>
<param name="end-status" value="Authoring:cancelled"/>
<param name="include-inactive" value="true"/>
</parameters>
</trigger>-->
-
Save, close, and check in the file.
-
If email notifications have not previously been set up in your
system, enable and configure email notifications:
-
In CCMS Scheduler, enable the CCMS Activity Report
job.
For more information, see how to configure the
CCMS Activity Report in
the Installing CCMS Scheduler.
-
Configure the email template in the
change_status_ticket.xsl file.
For instructions, see the
change_status_ticket.xsl section in
Installing CCMS Scheduler.
For example,
you can customize the content of the email notification and specify
the URL ofCCMS Web.
-
See Installing CCMS Scheduler to configure regular reminder emails
and other optional settings.