Published: 06/04/2018
Applies to: Cayosoft Administrator all versions.
Summary: Every Cayosoft Administrator rule has an Output section and you can save rule results in a CSV data file or HTML report. You can customize the default output folder for all rules or change the output folder only for specific rules.
In this article:
Customizing default output folders for CSV files and HTML reports
You can change default folders where output CSV files and HTML reports are stored for all rules.
- Open Cayosoft Administrator Console.
- Navigate to Home > Configuration > Settings > Reporting.
- To change default CSV data folder click on ... button next to the "Store exported data in folder" setting and select the desired folder in Browse for Folder dialog.
- To set HTML reports folder click on ... button next to the "Store HTML reports folder" setting and select the desired folder in Browse for Folder dialog.
- Save Changes.
Note 1: You can use both local (for example, D:\Cayosoft Reports) and shared directories (\\servername\reports\).
Note 2: Before changing the directories be sure that your service account has Read and Write access to these directories.
Changing output folder for CSV file for a specific rule
For example, you want to change the output directory for CSV data files for a specific rule to a "\\servername\cayosoft data lists\" folder.
- Open Cayosoft Administrator and open the rule.
- In Output section replace "$Reports_Container" with "\\servername\cayosoft data lists\" in the "File Name" field:
"\\servername\cayosoft data lists\$RuleName-$(get-date -f yyyy-MM-dd_HH_mm).csv"
3. Save Changes.
Note 3: If you need to set the output folder to its default value, you can select the "$Exports_Container\$RuleName-$(get-date -f yyyy-MM-dd_HH_mm).csv" in "File Name" setting drop-down control:
Customizing output folder for HTML report in a specific rule
For example, you want to change the output directory for HTML reports in a specific rule to the "\\servername\reports\" folder.
- Open Cayosoft Administrator and select the rule.
- In Output section replace the "$Reports_Container" with "\\servername\reports\" in the "Report Name" field:
"\\servername\reports\$RuleName-$(get-date -f yyyy-MM-dd_HH_mm_ss).html"
3. Save Changes.
Note: If you need to set the output folder to its default value, you can select "$Reports_Container\$RuleName-$(get-date -f yyyy-MM-dd_HH_mm_ss).html" value in the "Report Name" drop-down control:
Related Articles
KB20180609-1 How to customize font in Cayosoft Output E-mail
Customizing an automation rule or web action output email – Cayosoft Help Center
Comments
0 comments
Please sign in to leave a comment.