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).
Inherited Members
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public static class QuoteRights
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 |