Click or drag to resize
WoEstimate Class
Customer has an ability to estimate his order price before the work started. This estimate is used then as a limit value for work order price - Not to exceed amount(NTE) value. Web service access scope - Full access
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesWoEstimate

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class WoEstimate : CorrigoEntityWithOptimisticLock

The WoEstimate type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Requested NTE (Not to Exceed) amount. Negative values are not allowed; zero value might be blocked by pre-commit check.
Public propertyComment
When new NTE (Not to Exceed) is requested - contains request comment. After request was approved it contains response from customer. Max Length=2048
Public propertyContactId
Id of the contact that approves or rejects estimate. Required for approved and rejected state when ContactName is not defined.
Public propertyContactName
Contact that approved or rejected comment. Required for approved and rejected state when ContactId is not defined. Max Length=256
Public propertyCurrencyTypeId
Currency type inherited from WO
Public propertyIsMultiline
Public propertyItems
Public propertyReason
Contains response from customer after reject. Max Length=256
Public propertyStatusId
Unknown, NotSubmitted (obsolete state), Requested, WaitingForApproval, Approved,Rejected, InProposal (reserved). Is required.
Public propertyWorkOrderId
Estimate work order id. Is required.
Top
See Also