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