Configuring CAPA

You can configure CAPA properties required to set up CAPA and Audit Management.

See Properties for CAPA

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To define the states of a CAPA request to calculate its age, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      QIC.CAPARequest.AgeEndState = state_Approved

      The property value can be state_Approved,state_NotApproved .

    2. Set the value for this property depending on your business requirements.
  3. To specify the threshold value of a CAPA request in number of days, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      QIC.CAPARequest.ApprovalDelayThreshold=15

      The property value can be any integer.

    2. Set the value for this property depending on your business requirements.
  4. To specify the warning period before the threshold date, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      QIC.CAPARequest.ApprovalDelayWarning=7

      The property value can be any integer.

    2. Set the value for this property depending on your business requirements.
  5. To specify specify the threshold number of days until the estimated end date, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      QIC.CAPA.YellowThresholdValueInDays=5

      The property value can be any integer.

    2. Set the value for this property depending on your business requirements.
  6. To define the maximum number of characters in the description of an object that is displayed on the CAPA Request or the CAPA page, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      QIC.Description.MaximumTruncationSize=50

      The property value can be any integer.

    2. Set the value for this property depending on your business requirements.
  7. To disable adding the by default document to a bookmark folder, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      ProjectMgmtExtensions.Bookmark.DisableAutoContentReplicationFor = type_CAPAProject, type_CAPAProjectTemplate

    2. Set the value for this property depending on your business requirements.
  8. To enable the single document revision to a bookmark folder or a controlled folder, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      ProjectMgmtExtensions.Bookmark.ReplaceOlderRevisionOnAdditionOfNewRevisionContentFor = type_CAPAProject, type_CAPAProjectTemplate

    2. Set the value for this property depending on your business requirements.
  9. When you are finished updating the text file with all properties that you want to modify, use the text file to modify the LQICAPA.properties page object. For more information, see Editing Properties Using MQL.