Extend audit schedule type typelist

About this task

If you add a new audit type, you must add the typecodes to the AuditScheduleType typelist. If the audit type requires schedules, then you can make the audit type available to Product Designer. In Product Designer, you can create audit schedules based on this audit type.

Procedure

  1. In configuration > config > Extensions > Typelist, open AuditScheduleType.ttx. Or if the file does not exist, create a new Typelist Extension extending AuditScheduleType.
  2. Add a typecode for new audit type.
  3. For code, enter the AuditType as specified in the name of audit schedule properties file. For example, enter the code FinalAudit for FinalAudit.series.properties.
  4. For name, enter the display name of the audit type.
  5. If the audit type requires schedules, right-click the typefilter named ConfigurablePatterns and select Add New > Include Into Filter. Select the typecode for the new audit type. Add the typefilter if it does not exist. This is the same name as the typefilter on the base typelist.
  6. Right-click the typefilter and select Add New > Include Into Filter. Select the typecode for the new audit type.
  7. Click Next.
  8. In the Select filter tab, select ConfigurablePatterns.
  9. Click Finish.