[This is preliminary documentation and is subject to change.]

The INonConformance type exposes the following members.

Methods

  NameDescription
Public methodCreateNewNonConformance
Enables a user to raise a new NonConformance record.
Public methodGetNonConformance
Enables a user to view an existing NonConformance record.
Public methodGetNonConformanceIDs
Enables a user to search for NonConformance records. This method is an alternative to GetNonConformances(). Where GetNonConformances() returns full descriptions of found records, GetNonConformanceIDs() returns only the NonConformance record numbers. You can then retrieve the full details using GetNonConformance()
Public methodGetNonConformances
Enables a user to search for NonConformance records. This method is an alternative to GetNonConformanceIDs(). Where GetNonConformanceIDs() returns only the NonConformance record Numbers, GetNonConformances() returns full descriptions of found records.

See Also