- Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
-
To create a default route object between the In Process and Closed states, and In Process and Invalid states of the complaint, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
PQCComplaint.Complaint.EnableReviewProcess=True
-
Set the value for this property depending on your business requirements.
-
To create a default route object between the In Process and Closed states, and In Process and Invalid states of the equipment service request (ESR), follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
PQCComplaint.esr.EnableReviewProcess=True
-
Set the value for this property depending on your business requirements.
-
To create a default route object between the In Process and Closed states, and In Process and Invalid states of the inquiry, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
PQCComplaint.Inquiry.EnableReviewProcess=True
-
Set the value for this property depending on your business requirements.
-
To create a default route object between the Review and Complete states of the product evaluation, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
PQCComplaint.Evaluation.EnableReviewProcess=True
-
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 LQIAudit.properties page object. For more information, see Editing Properties Using MQL.
|