[This is preliminary documentation and is subject to change.]
The INonConformance type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateNewNonConformance |
Enables a user to raise a new NonConformance record.
| |
| GetNonConformance |
Enables a user to view an existing NonConformance record.
| |
| GetNonConformanceIDs |
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()
| |
| GetNonConformances |
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.
|