Published in:

Blog

·

· ·

How to generate a trigger report using an action

·

This custom trigger action is used to export the details of thetrigger executions for a single trigger by name in excel format

 

How to export the trigger details using TriggerReportByName Action

Let me now show you how to implement that.

1. Make sure you have TriggerReportByName Action installed

Before creating a custom trigger using the TriggerReportByName action , you need to

havebuildinstalledin the server where JSCAPE MFT Server is running. Refer the below section for the

build.

Downloads

Source code and build instructions

2. Create a Trigger to export the trigger executions

Login into admin console of JSCAPE MFT Server > Triggers and ClickAddto create a Trigger

Give the trigger aNameand then select theCurrent Timeevent type from the drop-down list.

trigger_report_by_name_action_img1

Click Next to Step 2 where a condition can be set to execute the trigger. Consider an example that we

need to have this report ready on each day at 22 hours and 30 minutes. For generating the report

set the condition as below;

“Hour=22 AND Minute=30”

oftp_messages_report_action_img2

On Step 3 an action has to be added, in order to add an action clickAddbutton and select the action

TriggerReport By Name” from drop down list and Click OK

trigger_report_by_name_action_img2


If the action not listed then you need to havebuildinstalled in the server.

On OK there would be file parameter forTriggerReportByName Action;

– File (Where the data needs to be saved)

– Trigger Name (Name of the trigger to be exported)

To export report for two or more triggers split the same by comma For eg : Test,Test1,Test2

trigger_report_by_name_action_img3

ClickOKto save the settings.That’s it. Now you know how to export the trigger details using TriggerReportByName action.

Downloads

Download JSCAPE MFT Server

Latest Articles