Used to enumerate connections on a SalesLogix installation and build the connection strings. Really more for legacy installations since it will access the connections defined by the LAN client.
Ejemplo n.º 1
0
 public void Initialize()
 {
     Connections = SlxConnectionInfo.ListAllConnections();
     if (Connections.Count > 0)
         SelectedConnection = Connections[0];
     ModelPath = "";
 }
Ejemplo n.º 2
0
 public void Initialize()
 {
     Connections = SlxConnectionInfo.ListAllConnections();
     if (Connections.Count > 0)
         SelectedConnection = Connections[0];
     ModelPath = @"E:\Projects\SSS\SlxBaseline\Model";
 }