Class FindProduct
QuickSearch for the Add Quote Line dialog, where a single-line user input is passed to the correct QuoteConnection FindProduct method, and results are returned in a standard or specified format back. The format can be specified by setting a columnLayout part in the extrainfo. For example "columnLayout=Code\tName\tUnitListPrice\tQuantityUnit"
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("FindProduct")]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("QuoteAlternativeId", "Alternative links to a quote, which tells us which quote connection to use", 123)]
[MDOAdditionalInfo("erpPricelistKey", "Pricelist to restrict search to", "PL123")]
[MDOAdditionalInfo("columnLayout", "Named column layout", "layout123")]
public class FindProduct : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
FindProduct()
Declaration
public FindProduct()
Fields
ProviderName
Declaration
public const string ProviderName = "FindProduct"
Field Value
Type | Description |
---|---|
System.String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)