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 fieldConstructors
ErpConnections()
Retrieve the list of all defined Erp Connections (not Connectors, that's another list)
Declaration
public ErpConnections()
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 fieldFields
ProviderName
Retrieve the list of all defined Erp Connections (not Connectors, that's another list)
Declaration
public const string ProviderName = "ErpConnections"
Field Value
Type | Description |
---|---|
String |
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 fieldMethods
AddItems()
Retrieve the list of all defined Erp Connections (not Connectors, that's another list)
Declaration
protected override void AddItems()
Overrides
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 fieldImplements
Extension Methods
EnumUtil.MapEnums<From, To>(From)