Create a verification report and assign it to a verification set - Intergraph Smart Reference Data - Version 10.1 - Training - Hexagon

Intergraph Smart Reference Data Training (10.1)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Training
Smart Materials/Smart Reference Data Version
10.1

To use a verification report in the CADWorx transfer job, you must first create the verification report, and then assign it to a verification set.

  1. Click Integration > XI30 CADWorx > XI3010 CADWorx Configuration.

  2. Click the Verification Sets/Reports tab.

  3. Select Custom under CADWorx Verification Reports, and then click Add to create a new verification report.

  4. Type CheckMissingLengthValues in the Report box.

  5. Type description for the custom report in the Description box.

  6. Type the following code in the Procedure box to call the custom query.

    BEGIN

    m_pck_sp3d_rules_custom.checkmissinglengthvalues(&ej_id);

    END;

  7. Click Save .

  8. Drag the CheckMissingLengthValues verification report to the verification set CHECKMISSINGVALUES under CADWorx Verification Sets.

    You can create your own custom verification set or assign a verification report to an existing verification set. For more information, see Verification Sets and Reports.