Show TOC

Function documentationLogic Execution Audits Locate this document in the navigation structure

 

You can generate a debug file that contains the following results of Logic task usage:

  • An audit of the logic execution

  • Details of all the generated queries

To generate this file, select Debug file in the Logic task. If you do not specify a location, the file defaults to the TempFiles directory for the current user.

The following MODIFYSCRIPT Package Variable tasks are associated with the debug file location:

TASK(TASKNAME,DEBUGFILE,C:\BPC

\Webfolders\ApShell\AdminApp\Finance\debug.log): debug file path

Note Note

This debug file is useful when you are executing logic in simulation mode. See Running Simulation Mode.

End of the note.

Note Note

The system executes the logic even when the debug file cannot be created. This can occur if the specified file is read-only or the file is in use by another user.

End of the note.