Class QuoteDocumentGroupFields
Possible choices for fields that you can GROUP BY in quote detail documents.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("QuoteDocumentGroupFields")]
public class QuoteDocumentGroupFields : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
Candidate fields have to be on the QuoteLine table, and not be numeric (can't group by price, for instance...)
Constructors
QuoteDocumentGroupFields()
Declaration
public QuoteDocumentGroupFields()
Fields
ProviderName
Declaration
public const string ProviderName = "QuoteDocumentGroupFields"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Add columns that we want to offer for grouping - basically any columns we want, from QuoteLine.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)