Below is information and reference to existing sample summary and detailed report templates and different ways to be able to display the checkmark or not in a checkbox in a report template in AyaNova v3
If using a Summary Report Template dir=ltr " ">
From the Service navigation pane Service Workorders grid, select to display the Service Workorders Invoiced sample report template.
A workorder that has Service Completed check-marked, will display so on this report.
To identify how this is accomplished in a summary report template such as the Service Workorders Invoiced report, open that sample report template in the report designer.
Drop down the Print, hold the SHIFT key and select the report template Service Workorders Invoiced
On the Design Panel, select the field xrCheckServiceComplete
Select the Properties tab on the left
Expand the DataBindings Property
Expand the CheckState property
The CheckState Binding is to the Service Completed data field.
If using a Detailed Report Template dir=ltr " ">
From the Service navigation pane Service Workorders grid, select to display the Dispatching Report - Scheduled Users & Tasks
You will note that if a part has been selected in the workorder item, and has been check-marked that it was already used in service, the report will also display this.
To identify how this is accomplished in a detailed report template such as the Dispatching Report - Scheduled Users & Tasks report, open that sample report template in the report designer.
Drop down the Print, hold the SHIFT key and select the report template Dispatching Report - Scheduled Users & Tasks
Select the Properties tab
Drop down and select xrUsed which is the name given to the checkbox in this report template.
You will see that on the Design Panel that the checkbox is identified as the field property being looked at.
Expand the Scripts property
Select to open the script editor for the OnBefore Print
This script is used to display a checkmark or not depending on the value of the Used field in that workorder item’s part selection.