Class QuoteDocumentOrderByFields
Possible choices for fields you can ORDER BY, within a group (or without grouping)
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("QuoteDocumentOrderByFields")]
public class QuoteDocumentOrderByFields : LiteralsOnlyBase, ISoListProvider, ISoList
Remarks
Candidate fields have to be in the QuoteLine table. The double-buffering system in the document production provider means you can sort on any field at all.
Constructors
QuoteDocumentOrderByFields()
Possible choices for fields you can ORDER BY, within a group (or without grouping)
Declaration
public QuoteDocumentOrderByFields()
Remarks
Candidate fields have to be in the QuoteLine table. The double-buffering system in the document production provider means you can sort on any field at all.
Fields
ProviderName
Possible choices for fields you can ORDER BY, within a group (or without grouping)
Declaration
public const string ProviderName = "QuoteDocumentOrderByFields"
Field Value
Type | Description |
---|---|
string |
Remarks
Candidate fields have to be in the QuoteLine table. The double-buffering system in the document production provider means you can sort on any field at all.
Methods
AddItems()
Add columns that we want to offer for orderby - basically any columns we want, from QuoteLine.
Declaration
protected override void AddItems()
Overrides
Remarks
Candidate fields have to be in the QuoteLine table. The double-buffering system in the document production provider means you can sort on any field at all.