Class ErpConnections
Retrieve the list of all defined Erp Connections (not Connectors, that's another list)
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ErpConnections")]
[MDOAdditionalInfo("useRank", "Sort by rank", "true")]
[MDOAdditionalInfo("prefixwithconnector", "Add connector name to names", "true")]
public class ErpConnections : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
Implementation relies on the ErpConnectionProvider archivelist, and simply reformats its data.
The items contain the GUID (ErpId) used by the connection, in the ExtraInfo field
Constructors
ErpConnections()
Declaration
public ErpConnections()
Fields
ProviderName
Declaration
public const string ProviderName = "ErpConnections"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)