How do I Access/Display Audit Log Contents

I have enabled auditing and have created and associated an Audit Profile. How can I display the contents of the logs in a project window. Thanks

Do the following:

  1. Drag a table component into a window from the tables tab of the component palette
  2. Bind the data property of the table to a function binding.
  3. Select the audit log function from the dropdown list
  4. Setup your params and try it out.

Travis,

The steps that you provided were exactly what I needed. Thank you for your assistance.

Shelly