This custom trigger action is used to export the details of thetrigger executions for a single trigger by name and custom date in excel format
How to export the trigger details using TriggerReportByCustomDate Action
Let me now show you how to implement that.
1. Make sure you have TriggerReportByCustomDateAction installed
Before creating a custom trigger using the TriggerReportByCustomDate 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.

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”

On Step 3 an action has to be added, in order to add an action clickAddbutton and select the action
“TriggerReport By Custom Date” from drop down list and Click OK

If the action not listed then you need to havebuildinstalled in the server.
On OK there would be file parameter forTriggerReportByCustomDateAction;
– 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
– From Date (Use format yyyy-mm-dd)
– To Date(Use format yyyy-mm-dd)

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





