Inspection Excel Sheet

The Custom Output field on the Configurator Maintenance screen allows you to design your own inspection sheet template. This gives you the ability to output the data from a configured repair order or service inspection into a format that works best for your company. This can be useful for giving your customers a copy of the inspections or repairs your technicians performed.

In order to utilize the custom output option to an Excel spreadsheet, you first need to create the configuration.

After you create the configuration for the inspection or repair for which you want to create an Excel sheet, use Excel to create a template for that configuration. All template files should be stored in the JobFiles\Templates folder, where JobFiles is the system job files folder for SR. The template files should be Excel worksheets (*.xlsx) and have a "Sheet1" sheet to populate.

The Excel templates should have cells with labels that match the Field ID field codes in the configuration. The values in the Field ID fields will be mapped to the cells labeled with matching field codes in the template.

For each field in the configuration, you can choose from 4 formats:

  1. FieldName: For example, MEGOHM.
  2. FieldName_N: This will print the notes associated with the field if any were entered in the transaction.
  3. FieldName_E: This will print the employee ID associated with the field in the transaction record. The employee field is from tblCfConfigTransDtl.EmployeeID.
  4. FieldName_T: This will print the time associated with the field in the transaction record. The time field is from tblCfConfigTransDtl.UpdateTime.

You can also use fixed field names on the Excel sheet. These fields are read from the Customer or the Job record.