Add or edit this line in the file used to import properties into a page object:
QIC.DataSource.ClosedDateSelectable=type_Complaint|attribute[Closed Date].value
Below are the property values:
For complaints, type_Complaint|attribute[Closed Date].value
For events, type_ComplaintEvent|
For Equipment Service Requests, type_EquipmentServiceRequest|attribute[Closed Date].value
For Non-Conformance Reports, type_NCR|attribute[attribute[Closed Date].value].value
For audit findings, type_AuditFinding|state[Closed].actual
For example, for all data sources, the value of QIC.DataSource.ClosedDateSelectable must be type_Complaint|attribute[Closed Date].value,type_ComplaintEvent|,type_EquipmentServiceRequest|attribute[Closed Date].value,type_NCR|attribute[attribute[Closed Date].value].value,type_AuditFinding|state[Closed].actual .