Tickets older than 90days will be Auto-Archived. Ticket updates or comments will reset the timer.

Turn on Debugger for Business Rules

This setting that will allow the capture of the XML before and after the rules has run. This can be done in Live during business hours, but be sure to disable after testing.


1. Find in the rules directory the configuration file for this rule you want to debug. It is called (RULENAME).dll.config. 

              A. Rules directory can be found in system settings > system setup > files and folder > DLL Folder

2. Update the XMLOCATION to the location you want the files to go, must be a shared folder.

3. Update XMLDUMP to ON

4. generate files by running rule.

5. Turn XMLDUMP back to off.


 

<?xml version="1.0" encoding="utf-8" ?>

<configuration>

  <appSettings>

    <add key="XMLLOCATION" value="C:\DEV\DataStreamXmlDump\"/>

    <!--This has to be a valid accessible location.-->

    <add key="XMLDUMP" value="ON"/>

    <!--Only On will produce output.-->

  </appSettings>

</configuration>

Creation date: 8/16/2022 10:52 AM      Updated: 8/16/2022 10:52 AM