Hi
Can you tell me how I can setup scheduled reports in FSM 6. I would like the ability to send out various reports automatically at pre-set times
Regards
Hi
Can you tell me how I can setup scheduled reports in FSM 6. I would like the ability to send out various reports automatically at pre-set times
Regards
Best answer by Lee Pinchbeck
Hi
In that case you would just need the Scheduled Process to have the required frequency against it and then XML entered in the process to execute field that executes the notification.
You should not need a Business Rule at all for a simple time trigger so apologies for complicating matters there although it is worth knowing in case you have a more complex scenario in the future.
XML is not my strong suite but I believe it should be something along the lines of the below:
<perform_request_event_notification>
<parameters>
<message_name>your message name</message_name>
<distr_list_id>your distribution list ID</distr_list_id>
</parameters>
</perform_request_event_notification>
This reflects the output process and parameter naming used in Business Rules so should act the same way. Just change the red text to match the elements you have created.
Hope this helps,
Lee Pinchbeck
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.