In this module, users can access and manage the list of audits created within the application.
Search Panel
All fields inside the search panel act as search boxes. Any value inputted inside them will be used as search criteria to filter and retrieve data from the grid, if possible.
- Audit ID: This is a text field that allows users to filter by audit ID.
- Audit Name: This is a text field that allows users to filter by the name of the audit.
- Scheduled Start Date: This is a date picker that allows users to filter by the scheduled start date of the audit.
- Execution Date: This is a date picker that allows users to filter by the execution date of the audit.
- Filter: This button filters the results according to the entered search criteria.
- Clear Filter: This button clears the filters that were used in the previous search and allows users to again view the full data set.
Grid
Inside the grid, audits are organized by their ID, name, scheduled start date, and execution date. These values are derived from the Audit Planning & Execution workflow.
- Add: This button allows users to add a new audit.
- If selected, it will display the New Audit form.
- View (
): This button allows users to view an audit.
- In viewing mode, users cannot make any modifications. They can, however, view details in supplemental forms and access/download any available templates.
- Delete (
): This button allows users to delete an audit.
Post your comment on this topic.