Table of Contents

<repairsFromTable> Element

This element defines a repairs hierarchy read from an Acuit Pinpoint table.

Parent Elements

defects

Attributes

Name Type Description Required
table string The name of the Acuit Pinpoint table from which to read the repairs hierarchy. Yes
defectPath string The path of the defect node to which to add these repairs, specified as a set of defect level names separated by backslashes (\). If this is not specified, the repairs will be added at the root defect level. No
namePartsColumns string The comma-separated names of the table columns that contain the repair name parts, ordered from the top level down in the hierarchy. See the remarks for more details. No

Child Elements

None.

Remarks

Empty rows in the table (i.e., where every cell value in referenced columns is empty or whitespace) will be ignored.

Other rows define a repair node starting with the required top level name and then optional sub-level names. Table cells can be left blank for higher-level name parts, in which case it will assume the same repair part name as the repair row above it.

For example, the following configuration specifies a repairs tree source from a table:

<repairsFromTable table="RepairsTable" namePartsColumns="Level 1,Level 2" />

Here is an example "RepairsTable" table:

Level 1 Level 2
Repaired
Replaced
Inducer
Blow Motor
Capacitor
NTF