WoCostPriceSource Enumeration |
Warranty represents two different logical objects at the center of Warranties functionality:
1. Warranty Template(identified by IsTemplate == True) linked to Organizations.Warranty Templates are used to create warranties automatically when WO completion occurs.
2. Warranty (identified by IsTemplate == False) linked to Assets and sometimes to Providers. This is true “instance” of a warranty, which may be created from the template, or manually.
Namespace:
CorrigoService.Entities
Assembly:
ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum WoCostPriceSource
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| Manual | 1 | |
| Integration | 2 | |
See Also