-
Create or open the text file for customized properties. For more
information, see
Editing Properties Using MQL.
-
To define the states of a CAPA request to calculate its age,
follow these steps:
-
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
.
-
Set the value for this property depending on your business
requirements.
-
To specify the threshold value of a CAPA request in number of
days, follow these steps:
-
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.
-
Set the value for this property depending on your business
requirements.
-
To specify the warning period before the threshold date, follow
these steps:
-
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.
-
Set the value for this property depending on your business
requirements.
-
To specify specify the threshold number of days until the
estimated end date, follow these steps:
-
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.
-
Set the value for this property depending on your business
requirements.
-
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:
-
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.
-
Set the value for this property depending on your business
requirements.
-
To disable adding the by default document to a bookmark folder, follow these
steps:
-
Add or edit this line in the file used to import properties into a page
object:
ProjectMgmtExtensions.Bookmark.DisableAutoContentReplicationFor = type_CAPAProject, type_CAPAProjectTemplate
-
Set the value for this property depending on your business
requirements.
-
To enable the single document revision to a bookmark folder or a controlled
folder, follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
ProjectMgmtExtensions.Bookmark.ReplaceOlderRevisionOnAdditionOfNewRevisionContentFor = type_CAPAProject, type_CAPAProjectTemplate
-
Set the value for this property depending on your business
requirements.
-
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.
|