Class QuoteRights
QuoteRights are used for quoteline and product rights Rights can be one of: N (=None or Hidden), R (=Read-only), W (=Writeable), M (=Mandatory).
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public static class QuoteRights : Object
Fields
Mandatory
QuoteRights are used for quoteline and product rights Rights can be one of: N (=None or Hidden), R (=Read-only), W (=Writeable), M (=Mandatory).
Declaration
public const string Mandatory = "M"
Field Value
Type | Description |
---|---|
String |
None
QuoteRights are used for quoteline and product rights Rights can be one of: N (=None or Hidden), R (=Read-only), W (=Writeable), M (=Mandatory).
Declaration
public const string None = "N"
Field Value
Type | Description |
---|---|
String |
ReadOnly
QuoteRights are used for quoteline and product rights Rights can be one of: N (=None or Hidden), R (=Read-only), W (=Writeable), M (=Mandatory).
Declaration
public const string ReadOnly = "R"
Field Value
Type | Description |
---|---|
String |
Writable
QuoteRights are used for quoteline and product rights Rights can be one of: N (=None or Hidden), R (=Read-only), W (=Writeable), M (=Mandatory).
Declaration
public const string Writable = "W"
Field Value
Type | Description |
---|---|
String |