SALESLOGIX TECHNICAL EVALUATION VERSION 7.X.X. Author: Mike Spragg

Size: px
Start display at page:

Download "SALESLOGIX TECHNICAL EVALUATION VERSION 7.X.X. Author: Mike Spragg"

Transcription

1 SALESLOGIX TECHNICAL EVALUATION VERSION 7.X.X Author: Mike Spragg

2 Contents Technical Evaluation Version 7.x.x 1 Introduction 2 Overview of System 3 Database Server 3 SalesLogix Server (OLE DB Provider) (Data Access Layer) 3 SalesLogix Administrator (Presentation Layer) 4 SalesLogix Client (Presentation Layer) 4 SalesLogix Web Server 5 SalesLogix Synchronisation Server 6 SalesLogix Remote Office Server 6 SalesLogix Remote Office Client 6 SalesLogix Synchronisation Client 7 Component Architecture 8 Programming Languages 9 Programming Interfaces 9 Workgroup Administrator 10 Database Manager 10 Calculated Fields 11 Picklists and Lookups 11 Database Joins 12 Query Builder 12 SalesLogix Architect 13 VBA Scripting 15 Active Forms and Script (new in v6) 16 Development & Production Systems 17 Bundle Manager 18 Projects 19 Data Imports and Exports 20 Alternative Methods 22 SalesLogix Database Profiler 23.NET Customisation 24 System Administration & Skill Requirements 25 Firm Wide Set-up 27 Main Office 27 Remote Offices 28 Developing External Applications 29 Gaining a connection 29 Adding a form to the project 30 Adding to Microsoft Word 31 Running the application 31 Appendix A - Compatibility Checklist 32 empath-e Limited Last Modified: June 2007 Page: 1

3 INTRODUCTION The purpose of this document is to provide an overview of the SalesLogix system in response to your Request for Proposal. This guide seeks to inform the intended audience with regard to the components used within the SalesLogix system and their interaction within your organisation. It also introduces many of the changes made in Version 6.x to support n-tier operation and the architecture improvements to allow SalesLogix to become more accessible to other business applications such as Microsoft Visual Basic, VB.NET, Microsoft Outlook, and Microsoft Word etc. With SalesLogix Version 5.x the application was tied to its own database provider (Borland Database Engine) and scripting language (Cypress Enable). This prevented it from being accessed outside of its own environment unless you used the SLAPI access methods which were cumbersome to support. Now, with SalesLogix v7.x all database access is routed through the standards based ADO/OLE DB provider. This server based component exists, not only for SalesLogix, but for any application that wishes to make use of it providing security and, importantly, logging control for remote users and sites. It also maintains the connection status and licensing control. Version 7 is the first release whereby all legacy forms and scripts have been removed and have been replaced with Active Forms and Scripts. Additionally, this is the first release to provide.net forms which can be bundled and streamed out to each client. Further Reading It is also recommended that you review the following documents, supplied on CD, for further information and illustration of the enclosed: SalesLogix v7.0 Launch Bulletin Document SalesLogix Architecture White Paper PDF SalesLogix Data Sync White Paper PDF SalesLogix OLE DB Provider PowerPoint empath-e Limited Last Modified: June 2007 Page: 2

4 OVERVIEW OF SYSTEM The SalesLogix system is comprised of the following applications: - Application Database Server (Data Layer) Microsoft SQL Server 2000 or 2005 Microsoft MSDE v2.x Oracle 9i / 10g Purpose & Description This is the primary, or master, database and stores the master copy of the SalesLogix database. As you can see this may be hosted on various platforms depending on size of installation and scalability requirements. The use of MSDE is for test/training systems only and should not be used in production as it is limited to 5 concurrent connections. SalesLogix Server (OLE DB Provider) (Data Access Layer) Operates by default on TCP/IP port The SalesLogix OLE DB Provider (technically, a service provider) extends the functionality of the SQL Server OLE DB (Data) Provider by adding three services which are not natively supported. These services are internal to the SalesLogix OLE DB Provider and used automatically via the standard ADO interface no additional or proprietary SalesLogix ADO methods are required. The SalesLogix OLE DB Provider automatically: Performs data logging, creates transaction exchange files (TEFs) for synchronisation of data to remote users. Enforces column and row level data security on all queries passed to the database. Manages user connections to the database and enforces licensing The SalesLogix OLE DB Provider is not limited to SalesLogix Clients. Visual Basic, Application Service Provider (ASP) pages, Crystal Reports, or any other application that uses a standard OLE DB connection may access SalesLogix data as a client. The interface is standard Microsoft ADO, requiring no proprietary API calls to access the data. empath-e Limited Last Modified: June 2007 Page: 3

5 SalesLogix Administrator (Presentation Layer) Admin Architect Bundler This core application is used to configure and maintain the SalesLogix system. Composed of three applications, the Administrator will use these to maintain users, picklists, customisations, licenses and security etc. The overall Administrator may nominate other administrators with restricted functions if required. The Architect and Bundler are used for customising the SalesLogix system and provide a mechanism of moving customisations between development and production servers and/or vendor and client. The v7 Administrator program was completely re-written for v6 and is now easier to use with less options to configure. SalesLogix Client (Presentation Layer) This is the application used by all workgroup clients to access the full range of SalesLogix services. These clients interact directly with the Database Server over the LAN/WAN. With v6 the application has changed to support a new mail-merge engine which is common to both the LAN and Web versions. Additionally, over 15 functional areas were addressed within this release. See the Launch Bulletin for further details. In version 7 the application controls were adapted to enables a Windows XP theme to be used. This presents a cleaner and more updated look and feel to the product. empath-e Limited Last Modified: June 2007 Page: 4

6 SalesLogix Web Server Servers Web Host Web Manager Web Reporting Clients WebClient WebViewer LeadCapture Web Phone/Wireless The Web Host contains the functionality of the Web components and provides the interface between SalesLogix and Microsoft Internet Information Server (IIS). Your implementation may require one or more Web Hosts and virtual servers. Each Web Host is a separate, physical machine. At a minimum, you must designate one primary Web Host. Depending on the size of your implementation, you may also need to install one or more secondary Web Hosts. Virtual servers enable you to scale your implementation without additional physical machines. The Web Reporting engine uses Crystal Enterprise XI R2 from Business Objects The various web clients (WebClient, WebViewer etc) denote the functionality of the client. For v6 the following improvements were addressed: - Navigation system was re-written resulting in faster performance and less toolbar clutter. New, cascading menus now contain group functionality. New grid control for expanded detail views. The interface was altered to match a Windows XP look and feel. The web clients now support Outlook and MS Word integration, via ActiveX components, that operate in exactly the same manner as the LAN Client. Dynamic groups may now be created. Web reporting uses same components as WAN version. Reports are now identical between versions of the client. empath-e Limited Last Modified: June 2007 Page: 5

7 SalesLogix Synchronisation Server The sync server processes transactions made by each user, office or web client and sends them to the relevant other sub-office. This sub-office also has a SQL system that supports that office. Regular iterations of the sync server and sync client ensure that each remote office and remote user is up-to-date providing a loosely coupled synchronisation system. The Sync Server communicates via the Network, FTP or secure VPN connections. In version 7 the ability to synchronise via HTTP was added, this enables sync to operate without the need for opening nonstandard ports across firewalls. Remote Office Components SalesLogix Remote Office Server Set up in the same way as a SalesLogix Database Server this serves the need of the local office users. This server need only run a database server in relation to the number of users. You can freely match MS SQL Server, MSDE or Oracle as Remote Office Servers. SalesLogix Remote Office Client This is the same client as used in the master office, simply directed to the remote office server. empath-e Limited Last Modified: June 2007 Page: 6

8 Remote User Components SalesLogix Remote User Server For a disconnected user, such as a salesperson or anyone wishing to use the system totally disconnected, they will have a local sub-set of the master system on their portable. A database server such as Microsoft SQL Server Personal Edition or MSDE serves this function. SalesLogix Remote User This is the same client as used in the master office, simply directed to the remote user server. SalesLogix Synchronisation Client The Synchronisation Client communicates with the Synchronisation Server to exchange transactions sending changes made by the local client to be applied at the master server and applying changes to their database as made by the other SalesLogix users. Sophisticated algorithms are used to ensure only transactions that directly affect their data set are sent to that user to minimise synchronisation times. Inbuilt rules are used to avoid potential data change conflicts. empath-e Limited Last Modified: June 2007 Page: 7

9 COMPONENT ARCHITECTURE DB BDE Security Sync Logging DB SQL or Oracle OLE DB Provider (SLAPI) SDK IIS SalesLogix OLE DB Provider ISAPI (Web DLL) ADO (SLAPI) SDK IIS 3 rd Party Windows Clients Browser ISAPI (Web DLL) 3 rd Party Windows Browser Business Rules Security Sync Logging Figu Business Rules SalesLogix v5.x and Earlier SalesLogix v6.2 As you can see with the introduction of version 6 it is now feasible to write applications using standard industry tools such as Visual Basic, Visual Basic.Net, C# etc. using the standard OLEDB provider as the access method to data along with inherent support for security and database logging for remote users. Please refer to Appendix A for details on supported systems and minimum client specifications. empath-e Limited Last Modified: June 2007 Page: 8

10 Programming Languages SalesLogix is primarily written in Borland Delphi. Access to the database is driven by the standard ADO methods using the OLE DB Adapter for SalesLogix this provides a database vendor neutral access mechanism and enables SalesLogix to make ANSI-92 compliant calls to the driver and this will then translate according to the database in use. The use of OLEDB extends to the reporting infrastructure using Crystal Reports XI R2 from Business Objects. The web components utilised for presentation and integration are VBScript, ActiveX, DHTML and JavaScript dependent upon requirements. Access to the SalesLogix system from a web client is via a SalesLogix DLL integrated with IIS via the ISAPI layer and ADO for database access. The web components rely directly upon the configuration of the system. For example, adding a table for the SalesLogix LAN clients means that it is immediately available for building into web views and queries. As the database is open technology there is nothing to prevent the developer writing, for example, an ASP based application to query and display SalesLogix data. empath-e has an in-house application that does this for Intranet display of information pertinent to our customer base. This functionality can be extended for web portals or digital dashboard type scenarios. Now, with the release of v6 the update method is supported allowing full read/write access to the data. The Mail Merge engine communicates with the SalesLogix database via ADO and is integrated into Windows as a DCOM object and calls upon Word using DCOM. This single instance engine replaces all previous methods for fax/ & word document production. Programming Interfaces SalesLogix can be customised quickly and easily using the Architect program included with the system. This enables screen paint type controls to adjust the user interface to suit the requirements of the Administrator or development staff. Using the Admin program you can also adjust the database schema to quickly include, or drop, additional tables and columns to support your business requirements. Now, with the introduction of Microsoft VBScript directly within the Architect and a single IDE for Active Forms you no longer have to write mini-scripts. Each object supports events and code behind those events making development faster and easier to understand. For legacy products, access is provided by VBA to include other application DLL s for extensibility beyond SalesLogix. You can also control other applications (for example, MS Word, MS Outlook), including SalesLogix, by the use of COM Automation. SalesLogix exposes many functions for use by other applications as required. Refer to the Development Reference Guide for more details. empath-e Limited Last Modified: June 2007 Page: 9

11 Workgroup Administrator Database Manager Same Database Manager in Administrator and Architect! Right-click to change hidden fields and indexes easily. Add a description to any table! Now text fields can contain up to 4,000 characters! Easily specify how this table is to be synchronized to and from remotes. As you can see, from here you can control the database schema without having to resort to the underlying database tools such as MS Enterprise Manager, Oracle ISQL, Query Analyser etc. Columns can be added, deleted or renamed to suit your business terminology. New tables can be added to enable data to be populated based upon views created in the Architect. empath-e Limited Last Modified: June 2007 Page: 10

12 Calculated Fields Based upon rules you define you can create calculated fields that are resolved during run-time: - Picklists and Lookups You can also aid data entry by pre-defining how picklists should work and what data items can be queried quickly. empath-e Limited Last Modified: June 2007 Page: 11

13 Database Joins When tables are added a link is made with a parent table on a 1:1 or 1:M basis. You can decide what should happen when data is deleted keep the data and denormalise the data or delete the record to prevent orphaned records. The joins are also used when building the view for Query Builder (the ability to query any object in the database from the SalesLogix client) In this instance if a company is deleted then all contacts for the company are deleted. When displaying data from company and contact join the data based on the AccountID using an inner join. Query Builder The Query Builder, built directly into SalesLogix & Web Client, enables the user to query data using any condition they need. This then builds a dynamic group based on those conditions. empath-e Limited Last Modified: June 2007 Page: 12

14 SalesLogix Architect (Legacy Views) The Architect program is used to build customisation objects [known as plugins ] within SalesLogix. Using an intuitive forms based design the developer can quickly modify views enabling the user interface to reflect business requirements rather than out of the box views. Linked to this, via the VBA Scripting engine and the Admin Database Manager, complete process models can be achieved. Here we can see the full list of plugins available. By highlighting the required plugin you can simply open the plugin for editing. Once a view has been opened the developer simply uses drag and drop to place or arrange objects on the view. empath-e Limited Last Modified: June 2007 Page: 13

15 Using the palette control the developer can utilise the supplied SalesLogix functions and controls: - Additionally, each object has a set of properties and can, depending on user reaction, cause events to occur: - The combination of properties and events enables the developer to create user interactions that closely follow the processes and business requirements. Due to the nature of business these controls and events can be quickly and easily changed as requirements change within the business. empath-e Limited Last Modified: June 2007 Page: 14

16 VBA Scripting (Legacy) One of the most powerful functions within SalesLogix is the use of VBA. As previously mentioned by business processes will guide user interaction. By tightly integrating VBA to the view and data objects within SalesLogix it is clear that functionality is limited only by the developer s imagination and ingenuity. For example, each object can be assigned a default condition and a set of parameters but what if you want data to be altered based upon a set of conditions? This is where VBA is used to ensure changes happen only when you want them to happen. Using the Architect you draw the views you need and then bind VBA to the object to ensure your business rules occur. In this example we will populate the history table based upon an input form: - However, we want to check the form for errors before allowing the user to post the history item. A small piece of VBA does the checking for us. In this case if the user has requested to insert a file, but the file name is blank, then the request is denied. empath-e Limited Last Modified: June 2007 Page: 15

17 Active Forms and Script (new in v6) The Architect has been revamped to include new functionality for Active Forms as opposed to Legacy Views (pre v5.x). However, both can co-exist within the system and be used interchangeably. Programmer can include code that is shared no more duplicate code Forms use standardised controls. Custom controls may be added by the developer True Microsoft VBscript! For developers who aren t experienced with VBscript, there are several reference books and web sites. Code editor will color-code parts of the script to visually assist the developer. Tooltips and Code Completion give the developer automatic assistance while they are typing. Overall, Architect will be comfortable to anyone who has used Visual Basic. Script Editor and VBscript Customisation code can now be written in Microsoft VBscript. The new script editor provides a richer environment including colour-coding, tooltips, and other features similar to Visual Basic. The new editor supports the following: Code completion. Code completion occurs when a control name and period are typed ( dot notation ). The applicable properties and functions appear in a list. ToolTips. Function parameters display as a ToolTip after the function is typed. Include Scripts. Global functions can be used across multiple scripts with the new include scripts option. Find and Replace. Find and Replace capabilities allow you to search for specific words throughout the current script or all scripts in the database. Backward Compatible. Existing Cypress Enable scripts continue to operate without modification and are now called Legacy Scripts. empath-e Limited Last Modified: June 2007 Page: 16

18 Development & Production Systems An exceptionally useful feature of SalesLogix is the use of releasable plugins. This virtually eliminates the need for a development system (aside from the obvious reasons) as you can develop on the live system. This is achieved by the use of secured plugins. Each plugin has two, or more, releases one for the Administrator and the other for each user or team it has been released to. It is therefore feasible to have a live system whereby the logged in user is using one view whilst you develop a new or enhanced replacement view. Once the changes are finished you can release a plugin to a test or prototyping team. If the feedback is positive the plugin can be released system-wide. In version 6.x this functionality is extended by the use of version controlled plugins. Rather than overwriting plugins, each plugin is kept but de-released as a new one replaces it. This ensures a developer can go back and re-release a plugin if necessary without resorting to a backup. Developer View Determine who to release the view to. The next time the user logs in (or presses CTRL+F5) then their view will be refreshed. This principle applies to all plugins; including views, scripts, groups, reports etc. empath-e Limited Last Modified: June 2007 Page: 17

19 Bundle Manager SalesLogix is supplied with an application known as the Bundle Manager. This tool enables complete projects of customisation to be delivered, typically via , to the system. For example, empath-e can be contracted to provide new functionality. We would make these changes locally on our systems in Winchester. After testing, these are then sent to the Administrator and loaded via the Admin program. These changes are then sent, via the Synchronisation Server to the remote users and the remote offices during the next synchronisation cycle. Each office and user is then kept instep with the master system. The LAN based clients receive the changes when they next login to SalesLogix (or press CTRL+F5 Refresh ). empath-e Limited Last Modified: June 2007 Page: 18

20 Projects With version 7.x the project area was extended to incorporate all plugins and actions these are the components used within a bundle wrapped together to form a complete project making it easier to create bundles and transport programming objects between systems. See all your plugins for this project at a glance Open plugins from here with a double-click! Build a Bundle directly from a Project all the plugins are added to the Bundle New plugins are added to the Project when you save. You can add existing plugins from the + button or from inside Plugin Manager. Easily release all plugins in the Project to a Team or Everyone When installing a Bundle through Administrator, there is an Add Project checkbox that is set by default. This will install a Project that matches the Bundle. Simply launch Architect and open the Project to see all plugins installed by the Bundle. You can even open Plugin Manager and filter by Project to easily see details about plugins added by the Bundle. empath-e Limited Last Modified: June 2007 Page: 19

21 Data Imports and Exports Imports to the system are achieved via the supplied Import Wizard tool. This has been re-designed for version 7 and provides better functionality as well as access to scripting for more complex import maps. The tool enables the Administrator to define an import source (which can be from file based structures such as ASCII CSV or OLEDB/ODBC sources) and then use a simple drag & drop interface to determine the destination. Obviously, great care must be taken during this stage, as the Administrator will need an understanding of the database schema in order to avoid data collisions. A fully documented database schema is provided with SalesLogix along with ERD s in Visio if required. Once the tables have been defined for importing the next step is to map the import tables with the SalesLogix tables. Again, a simple drag and drop interface is used. It is possible to assign record import conditions for example only import records where TYPE = Condition1 and, if condition fails, then a default condition can be used. empath-e Limited Last Modified: June 2007 Page: 20

22 Once the table map has been completed SalesLogix will now guide you through each of the defined tables and enable you to drag and drop fields into the relevant SalesLogix columns. Again, conditional or translation methods may be used on each field. empath-e Limited Last Modified: June 2007 Page: 21

23 When you have completed the mapping phase, the last phase is to map your input file users (if applicable) to SalesLogix users. As you can see, it is not necessary for the names to be defined exactly the same way as they are in SalesLogix (as they are resolved to ID s ultimately anyway). Once this stage has been completed you are now ready to import into the database. Alternative Methods The import wizard is very convenient for single, simple, imports. However, if you wish you may also use VBA/VBscript to import directly into the database or other tools such as Scribe Migrate / Integrate or Microsoft DTS for example. Additionally, a product due to be launched is the Application Integration Server (AIS) this enables hub-and-spoke type integration with 1:M application. Exporting is currently limited to CSV, Text or dbase IV. However, the use of VBA/VBscript can extend the export options to virtually any other format, for example XML or PDF/MS Word (via Crystal Reports export functionality) empath-e Limited Last Modified: June 2007 Page: 22

24 SalesLogix Database Profiler The profiler enables the system administrator to analyse queries that are being sent through the provider, both generic and after it has been transformed by adding the security layer. It also provides timing details to analyse slow queries. A new feature also enables queries to be optimised replacing any tokenised query with specific query hints to provide SQL Server the necessary information to make long/standard queries more efficient if possible. empath-e Limited Last Modified: June 2007 Page: 23

25 .NET Customisation New to Version 7 is the ability to extend SalesLogix functionality with.net forms as required. These are embedded into the SalesLogix client and can be delivered via the standard bundle mechanism. empath-e Limited Last Modified: June 2007 Page: 24

26 SYSTEM ADMINISTRATION & SKILL REQUIREMENTS The SalesLogix Planning Guide (as supplied) defines the need for the following people for an installation of SalesLogix: - Implementation Manager (System Administrator) Information Systems (IS) Administrator - [IP Networking, Hardware] Database Manager (DBA) [Microsoft SQL Server 2005/2000 or Oracle] Web Master [Internet Information Server, Jscript, DHTML, HTML] Customisations Manager (Developer) [VBA/OLEDB/ADO/VBscript] You will also need the following people: - Business Sponsor Project Sponsor Training staff These people are required in complex, large installations of SalesLogix and, normally, can be shared functions across the same personnel. For example, your Customisations Manager may also be your System Administrator. In essence, you are required to have the relevant personnel available to enable the system rollout to be made on time and with minimal issues. It is important for example, therefore, that the Web Master be in touch with the IS Manager to ensure relevant hardware and resources are available during system installation. The cornerstone of the implementation phase is the IS Manager he or she will need to co-ordinate with the SalesLogix Pilot and Review team to ensure that the resources are available when required. Additionally, empath-e will need access to the IS Manager and/or their staff to ensure that they have the correct information about network protocols, servers etc. when performing the initial installation. empath-e Limited Last Modified: June 2007 Page: 25

27 Post installation is where the review and business sponsors are required to ensure the continued and ongoing development of SalesLogix within your organisation. This will involve liaison with the Administrator, DBA and SalesLogix Developers to ensure new processes are implemented as and when required. Customisation would, normally, be passed to the DBA for implementing on the database, then the developer and then web development team. Typically, on a day-to-day basis the only requirements are simple picklist changes, report running & to ensure the database is performing optimally (indexes, backups etc) This assumes that you wish to actually develop the software yourself it is normal for empath-e to handle the complete life cycle of customisation during the first year of commission. We will update your system and web servers on your behalf (via remote access and control) ensuring a smooth roll out plan is achievable with minimum effort from yourselves. We would expect an on-site Administrator for SalesLogix (backed by an internal review team) in order to co-ordinate these changes. After this period you are welcome to attend advanced development training courses to ensure that your firm becomes self-sufficient in development, if required. empath-e Limited Last Modified: June 2007 Page: 26

28 FIRM WIDE SET-UP Using the various components of SalesLogix it is possible to cater for many different installation scenarios. For example, web-based deployment for limited bandwidth or multiple geographically dispersed locations. LAN based for power users or Terminal Server delivery for low-bandwidth users who require the functionality of the fullclient. Additionally, you can deploy multiple database servers into major offices and use replication to deliver and apply updates. Main Office 3 rd Party App e.g. Word / Outlook SalesLogix OLE DB Server SalesLogix WebServer MS IIS SalesLogix Workgroup Client SalesLogix Workgroup Client Citrix / MS Terminal Server SalesLogix Sync Server SalesLogix Remote User DB Subset RAS / VPN / FTP SalesLogix Terminal Server Client SalesLogix Web Client SalesLogix Remote Office Link (See next page) SalesLogix Quick Virtual Office Users (Terminal Server Clients) SalesLogix Web Client empath-e Limited Last Modified: June 2007 Page: 27

29 Remote Offices SalesLogix Remote Office Server SQL Server 2000 Transactions SalesLogix Sync Server SalesLogix Workgroup Client SalesLogix Workgroup Client To Main Office RAS / VPN / FTP As you can see you can split and combine components to suit the needs of the user and office. Terminal Server eases the rollout significantly but brings increased cost. Using Web Servers also ensures an easy rollout but each client has restrictions due to web-based technologies. empath-e Limited Last Modified: June 2007 Page: 28

30 DEVELOPING EXTERNAL APPLICATIONS Given the new data access model it is relatively easy to create your own application to access the SalesLogix system. Shown below is an application that is launched from within Microsoft Word in order to pull name and address details from SalesLogix given a few parameters: - Gaining a connection In order to open a connection to the database you would use the OLE DB Provider (provided with SalesLogix) and use the following connection string: Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Dim sconn As String sconn = "Provider=SLXNetwork.1;" & _ "User ID=Admin;" & _ "Password="""";" & _ "Data Source=<database_name>;" & _ "Extended Properties=""" & _ "SLX Server=<server>;" & _ "ADDRESS=localhost;" & _ "Type=ODBC;" & _ "PORT=1706;" & _ "RWPass=Password1"<password>"" Used if read/write required Set cn = New ADODB.Connection cn.open sconn open connection using OLEDB Driver Set rs = cn.execute("<my sql statement>") SQL statement X = rs.fields("<myfield>") row return value rs.close cn.close Set rs = Nothing The items in < > require completing at runtime. That s it! Provided the correct OLE DB provider is used (SLXOLEDB.1) everything else is handled, including logging. In order to simplify life we have created a Class DLL called SLX6.DLL that handles the above, therefore it has its own methods and properties and avoids the need for replicated code. empath-e Limited Last Modified: June 2007 Page: 29

31 Adding a form to the project In this example we open Outlook and invoke the VBA editor: A new form is added, and code behind the Find Now button does the physical search of the database: Private Sub cmdslxfind_click() with found results ' Logs onto DB and populates grid Dim SQL As String Dim ar() As Variant Set x = New SLX6 Uses the SLX6.DLL Class to physically connect x.logondbsilent SQL = "SELECT contactid, lastname, account, firstname, initials, address1, address2, city, state, postalcode, prefix, addressid " & _ "FROM contact c, address a where c.addressid = a.addressid and lastname like '%" & txtlastname.text & "%' order by lastname, account" ar = x.maindatabase.recordset(sql).getrows Get RecordSet FillGrid grdmain, ar, "", False populate grid control with array x.logoffdb End Sub empath-e Limited Last Modified: June 2007 Page: 30

32 Adding to Microsoft Word A new button is added to the standard toolbar to invoke the form. The form/code is then saved as a document template (.dot) and saved into C:\Program Files\Microsoft Office\Office\Startup where it will start with Word each time. Running the application From within Word the user simply types part of a name to find SLXFind is pressed Mike Abbott Abbott Ltd. The Towers Northern Way Basingstoke Hampshire RG23 1BD The form invokes, queries the database and returns the relevant rows. The user simply double-clicks the required item and the results are sent to Word as a fully formed address. Similarly, controls, code and forms are added for the Update option. Obviously, in this example a lot of code has been omitted for clarity. empath-e Limited Last Modified: June 2007 Page: 31

33 APPENDIX A - COMPATIBILITY CHECKLIST SalesLogix v7.0 SalesLogix Client Requirements Hardware 512+ MB RAM recommended 1Ghz+ Processor recommended 200+ MB of free disk space for application files Sales Remote Client requires 56K modem for synchronization; DSL, Broadband, or network connection recommended Sales Remote Client requires minimum additional 250+ MB free disk space for database and sync files (depends on subscription rules and account ownership which increase size of database) Remote Clients require additional 250Mb+ for local database, sync files etc. Operating System Local Database For Sales Remote Client Only Word Processor For Sales Client Mail Merge Reporting Browser Sync to Personal Information Managers using Intellisync for SalesLogix (included) Microsoft Windows 2003 Server Microsoft Windows 2000 Professional SP4 Microsoft Windows XP Professional SP1/2 And MDAC 2.8 (included) MSDE 2000 SP3/SP4 (SP4 included) Or Microsoft SQL Server 2000 Personal Edition Or Microsoft SQL Server 2000 Microsoft Word 2003, Word 2002 or Microsoft Word 2000 SR-1a or higher Microsoft Outlook 2003 SP1 or higher Microsoft Outlook 2000 SR-1a* or higher Or Microsoft Outlook XP* Or SalesLogix Mail Client (included)** * Workgroup or Corporate mode, not Internet-only mode. ** SalesLogix Mail Client supports Internet mail, Lotus Notes R5 in "Office Mode", and GroupWise 5.5 and 6.0. Crystal Reports Professional XI R2 Microsoft Internet Explorer 6.0 Or Microsoft Internet Explorer 7.0 Microsoft Outlook 2003 SP1 or higher Microsoft Outlook 2000 SR-1a Microsoft Outlook XP Novell GroupWise 5.5* Lotus Notes R5 in Office Mode Lotus Notes 4.6 in Office Mode Sync to Handheld Devices * Export from SalesLogix to GroupWise Only Once you have synchronized from SalesLogix to any of the PIMs above, you can now sync to any device supported by those PIMs including Palm OS, RIM Blackberry, Pocket PC, and other compatible devices. For example, you can synchronize between SalesLogix and Outlook and between Outlook and Palm (SLX <-- > Outlook <--> Palm). Contact your PIM or device manufacturer for the appropriate sync software. Using Intellisync for SalesLogix and the retail version of Puma Intellisync v4.0 or v5.0 (not included), you may synchronize directly to the following devices: Palm Powered Handheld Synchronization Pocket PC Synchronization empath-e Limited Last Modified: June 2007 Page: 32

34 SalesLogix v7.0 Administrative Workstation Requirements (may reside on SalesLogix Server) Hardware Operating System Word Processor For Mail Merge template management Reporting Browser SalesLogix v7.0 Host Database Server Hardware Operating System Relational Database Management System Compatible Servers 512+ MB RAM recommended 500+ MB of free disk space for application files Microsoft Windows 2003 Server Microsoft Windows 2000 Professional SP4 Microsoft Windows XP Professional SP1/2 And MDAC 2.8 (included) Microsoft Word 2003, Word 2002 or Microsoft Word 2000 SR-1a or higher Crystal Reports Professional XI R2 Microsoft Internet Explorer 6.0 Or Microsoft Internet Explorer 7.0 1GB+ RAM recommended 1+ GHz recommended 2+ GB free disk space for database + free space for RDBMS files Dedicated high-speed network connection to the Database Server if SalesLogix Server is installed on separate machine. Microsoft Windows 2003 Server Microsoft Windows 2000 Professional SP4 Microsoft Windows XP Professional SP1/2 And MDAC 2.8 (included) Microsoft SQL Server 2005 (SP1) Microsoft SQL Server 2000 Service Pack 4 Or Oracle 10g with ISO character set Or Oracle 9i ( ) with ISO character set Microsoft Exchange 5.5/2000/2002/2003 Server Lotus Notes R5 in "Office Mode" GroupWise 5.5 POP3/SMTP IMAP/SMTP SalesLogix v7.0 Synchronization Server Requirements (may reside on SalesLogix Server) Hardware Operating System SalesLogix v7.0 Remote Office Server Requirements Hardware Operating System Relational Database Management System SalesLogix v7.0 Web Host Requirements Hardware Operating System and Web Server SalesLogix v7.0 Web Reporting Requirements Hardware 512+ MB RAM recommended 500+ MB of free disk space for application files 2+ GB free disk space for sync traffic Microsoft Windows 2003 Server Microsoft Windows 2000 Professional SP4 Microsoft Windows XP Professional SP1/2 And MDAC 2.8 (included) 1Gb+ RAM recommended 500+ MB of free disk space for application files 2+ GB free disk space for sync traffic Microsoft Windows 2003 Server Microsoft Windows 2000 Professional SP4 Microsoft Windows XP Professional SP1/2 And MDAC 2.8 (included) Microsoft SQL Server 2005 (SP1) Microsoft SQL Server 2000 Service Pack 4 Or Oracle 10g with ISO character set Or Oracle 9i ( ) with ISO character set 1GB+ RAM recommended 1.5+ GHz recommended 250+ MB of free disk space for application files and web pages Microsoft Windows 2003 Server (IIS v6) Microsoft Windows 2000 Server SP4 (IIS v5) 1GB+ RAM recommended 1+ GHz recommended 800+ MB of free disk space for application files and web pages empath-e Limited Last Modified: June 2007 Page: 33

35 Operating System Reporting SalesLogix v7.0 Sales Web Clients and Support WebTicket Requirements Browser Word Processor For Sales Web Client Mail Merge For Sales Web Client Outlook integration Discontinued in SalesLogix v6.x/7.x Operating Systems Microsoft Windows 2003 Server (IIS v6) Microsoft Windows 2000 Server SP4 (IIS v5) Crystal Reports Server XI R2 Microsoft Internet Explorer 6.0 Or Microsoft Internet Explorer 7.0 Microsoft Word 2003, Word 2002 or Microsoft Word 2000 SR-1a or higher Microsoft Outlook 2003 SP1 or higher Microsoft Outlook 2000 SR-1a* or higher Microsoft Windows NT v4.0 Microsoft Windows 95, 98, 98SE Microsoft Windows XP Home Edition* Microsoft Windows ME* Databases Browsers Web Servers Word Processors Clients Reporting *Not qualified as these Operating Systems are intended for home, not corporate use. Microsoft SQL Server 7.0 Microsoft SQL Server 6.5 and earlier InterBase Internet Explorer 5.5 Internet Explorer 5.01 and earlier Microsoft Windows XP Professional with IIS or Personal Web Server Microsoft Windows 2000 Professional with IIS or Personal Web Server Microsoft Windows NT 4.0 Workstation with Personal Web Server Microsoft Word 97* SalesLogix Word processor * Not compatible with Mail Merge features. Microsoft Outlook 98* Microsoft Outlook 97* *Not compatible with Advanced Outlook Integration features. Crystal Reports 8.5 and earlier (existing Crystal Reports must be upgraded) IQ Objects SLX Report Writer empath-e Limited Last Modified: June 2007 Page: 34

Microsoft Windows X64 versions Microsoft Windows NT 4.0 Professional Microsoft Windows 98SE Microsoft Windows ME, Microsoft Windows XP Home Not qualif

Microsoft Windows X64 versions Microsoft Windows NT 4.0 Professional Microsoft Windows 98SE Microsoft Windows ME, Microsoft Windows XP Home Not qualif Sage SalesLogix Compatibility Checklist Hardware and software requirements for v6.2, v7.0, and v7.2. The hardware requirements for Sage SalesLogix are to be used as a guideline. Hardware requirements depend

More information

" " indicates Not Qualified. Component not tested for Version.Release shown.

  indicates Not Qualified. Component not tested for Version.Release shown. Sage SalesLogix Compatibility Checklist (v7.5) The hardware requirements for Sage SalesLogix v7.5 are a guideline only. Hardware requirements depend on the number of users, activity, size of database,

More information

Sage SalesLogix Compatibility Checklist

Sage SalesLogix Compatibility Checklist Sage SalesLogix Compatibility Checklist Updated to Include Sage SalesLogix versions 7.5.4 and Advanced Analytics v1.1 April 2012 v4 Sage SalesLogix Compatibility Checklist Updated to Include Version 7.5.4

More information

Saleslogix Compatibility Guide. Updated December 2013 Includes Saleslogix v8.1

Saleslogix Compatibility Guide. Updated December 2013 Includes Saleslogix v8.1 Saleslogix Compatibility Guide Updated December 2013 Includes Saleslogix v8.1 Saleslogix Compatibility Guide Updated December 2013 Contents Key... 2 Saleslogix System Requirements... 2 Mobile System Requirements

More information

SalesLogix. SalesLogix v6 Architecture, Customization and Integration

SalesLogix. SalesLogix v6 Architecture, Customization and Integration v6 Architecture, Customization and Integration www.saleslogix.com December 2004 TABLE OF CONTENTS Introduction... 3 Tiered Architecture Concept... 3 Architecture... 4 Business Rules Security Sync Logging

More information

Pastel ACT! What s New? What s New? Version ACT! What s New Version 13

Pastel ACT! What s New? What s New? Version ACT! What s New Version 13 Pastel ACT! Version 13 Version 13 What s New? What s New? 1 ACT! What s New Version 13 ACT! by Pastel 2011 Version 13 What s new in ACT! by Pastel 2011 Version 13 The ACT! by Pastel 2011 release is focused

More information

2010 (Version 12) What s new in ACT! Version 12 New Features and Functionality in ACT! Version 12

2010 (Version 12) What s new in ACT! Version 12 New Features and Functionality in ACT! Version 12 2010 (Version 12) What s new in ACT! Version 12 The ACT! by Pastel Version 12 release comprises a number of improvements to the package, which include customisable Opportunities, a fresh and user-friendly

More information

1. SALESLOGIX SYSTEM REQUIREMENTS

1. SALESLOGIX SYSTEM REQUIREMENTS 1. SALESLOGIX SYSTEM REQUIREMENTS is a Microsoft 32-bit application. The and the Workgroup Client operate on Microsoft Windows 95 and Microsoft Windows NT Workstation 4.0 operating systems. The server

More information

5.1 SR-2 Release Overview

5.1 SR-2 Release Overview Release Date: July 15, 2005 Contents Introduction...2 Compatibility with Previous Versions...2 Data Engine Users (XP3 Data Workshop, XP3 Data Integrator, and XP3 Dimensional Data Loader)...2 New Features

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp.

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp. TPLWPT Contents Summary... 1 General Information... 1 Technology... 2 Server Technology... 2 Business Layer... 4 Client Technology... 4 Structure... 4 Ultra-Thin Client Considerations... 7 Internet and

More information

5.1 SR-7 Release Overview

5.1 SR-7 Release Overview Release Date: January 3, 2006 Contents Introduction...2 Compatibility with Previous Versions...2 New Features and Enhancements...3 Extract Non-XP3 compliant MDX named sets into local cubes...3 Performance

More information

Alchemex. Web Reporting. Learning Services Alchemex Web Module

Alchemex. Web Reporting. Learning Services Alchemex Web Module Alchemex Web Reporting 1 Table of Contents About The Web Module... 1 Web Module Benefits and Features... 3 Product Features... 3 Product Benefits... 3 Customer Benefits... 3 How It Works... 4 Users Guide...

More information

Crystal Reports XI Release 2 for Windows

Crystal Reports XI Release 2 for Windows Revision Date: March 14, 2007 Crystal Reports XI Release 2 for Windows Overview Contents This document lists specific platforms and configurations for the Crystal Reports XI Release 2. INTRODUCTION...

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

SCLIntra Enterprise Product Summary

SCLIntra Enterprise Product Summary SCLIntra Enterprise Product Summary SCLIntra uses barcoding technology to monitor and control the flow of tangible objects mail, parcels, property, files or people as they enter and move through a facility.

More information

SAP BusinessObjects Profitability and Cost Management Upgrade Guide

SAP BusinessObjects Profitability and Cost Management Upgrade Guide PUBLIC SAP BusinessObjects Profitability and Cost Management Document Version: 10.0 2019-04-09 SAP BusinessObjects Profitability and Cost Management Upgrade Guide 2019 SAP SE or an SAP affiliate company.

More information

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs W h i t e P a p e r Integration Overview Importing Data and Controlling BarTender from Within Other Programs Contents Contents...2 Introduction...3 Selecting the Desired Label Data...3 Why you Usually

More information

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server EventMaster PLUS! Version 4 Installation and Upgrade Guide Deployment Microsoft SQL Server EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! Please send any comments regarding

More information

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Workgroup Deployment Microsoft MSDE 2000

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Workgroup Deployment Microsoft MSDE 2000 EventMaster PLUS! Version 4 Installation and Upgrade Guide Deployment Microsoft MSDE 2000 EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! Please send any comments regarding

More information

CONFIGURING SALESLOGIX 6.2 FOR MICROSOFT SQL 2005 STANDARD EDITION (CTP)

CONFIGURING SALESLOGIX 6.2 FOR MICROSOFT SQL 2005 STANDARD EDITION (CTP) CONFIGURING SALESLOGIX 6.2 FOR MICROSOFT SQL 2005 STANDARD EDITION (CTP) Mike Spragg empath-e Limited Created: 11-July-2004 Modified: 26-June-2005 Overview Microsoft SQL 2005 Community Technology Preview

More information

Page 1 of 5. Rental Network Software Corp., Rental Management Software v9.0 (R90) Release Notes. Topics Covered:

Page 1 of 5. Rental Network Software Corp., Rental Management Software v9.0 (R90) Release Notes. Topics Covered: Rental Network Software Corp., Rental Management Software v9.0 (R90) Release Notes Topics Covered: 1. Supported Configurations 2. Terminal Server 3. MDAC 2.7 Compatibility 4. Installing the application

More information

Active Server Pages Architecture

Active Server Pages Architecture Active Server Pages Architecture Li Yi South Bank University Contents 1. Introduction... 2 1.1 Host-based databases... 2 1.2 Client/server databases... 2 1.3 Web databases... 3 2. Active Server Pages...

More information

Scribe Insight 6.5. Release Overview and Technical Information Version 1.0 April 7,

Scribe Insight 6.5. Release Overview and Technical Information Version 1.0 April 7, Scribe Insight 6.5 Release Overview and Technical Information Version 1.0 April 7, 2009 www.scribesoft.com Contents What is Scribe Insight?... 3 Release Overview... 3 Product Management Process Customer

More information

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: February 2, Version 6.0 Compatibility Guide

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: February 2, Version 6.0 Compatibility Guide Sage ERP Accpac Compatibility Guide Version 6.0 Revised: February 2, 2012 Version 6.0 Compatibility Guide i Contents Overview... 1 Version 6.0 Compatibility... 2 All Environments... 2 Virtual Environments...

More information

Delphi XE. Delphi XE Datasheet

Delphi XE. Delphi XE Datasheet Delphi XE Datasheet DATASHEET Delphi XE Embarcadero Delphi XE is the fastest way to deliver ultrarich, ultra-fast Windows applications. Used by millions of developers, Delphi combines a leading-edge object-oriented

More information

InventoryControl Quick Start Guide

InventoryControl Quick Start Guide InventoryControl Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY PRODUCTS OR SERVICES ARE

More information

Sage 300 People & Web Self Service Technical Information & System Requirements

Sage 300 People & Web Self Service Technical Information & System Requirements Sage 300 People & Web Self Service Technical Information & System Requirements Sage 300 People Architecture The Sage 300 People application is a 2-tier application with the program and database residing

More information

Fleet Manager 2002 Professional Network Configuration Guide

Fleet Manager 2002 Professional Network Configuration Guide Handling a complex world. Fleet Manager 2002 Professional Network Configuration Guide Overview The VDO Fleet Manager Professional utilises an advanced three-tier client-server model and is designed to

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: November 18, 2010

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: November 18, 2010 Sage ERP Accpac Compatibility Guide Version 6.0 Revised: November 18, 2010 Contents Overview... 1 Version 6.0 Compatibility... 2 All Environments... 2 Virtual Environments... 3 Additional Notes... 3 Citrix

More information

Enterprise Architect. User Guide Series. File Based Projects

Enterprise Architect. User Guide Series. File Based Projects Enterprise Architect User Guide Series File Based Projects In Sparx Systems Enterprise Architect, quickly create a new file-based repository as a.eap file (Access database) or.feap file (Firebird repository),

More information

Citrix Web Interface for Microsoft SharePoint Administrator s Guide. Citrix Access Suite 4.2

Citrix Web Interface for Microsoft SharePoint Administrator s Guide. Citrix Access Suite 4.2 Citrix Web Interface for Microsoft SharePoint Administrator s Guide Citrix Web Interface for Microsoft SharePoint Citrix Access Suite 4.2 Use of the product documented in this guide is subject to your

More information

Enterprise Architect. User Guide Series. File Based Projects. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. File Based Projects. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series File Based Projects Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents File Based Projects 3 Copy a Base Project 6 Sharing File Based

More information

BusinessObjects Edge Series - Premium for Windows

BusinessObjects Edge Series - Premium for Windows BusinessObjects Edge Series - Premium for Windows Overview Contents This document lists specific platforms and configurations for the BusinessObjects Edge Series (formerly Business Objects Crystal Decisions)

More information

Update Guide

Update Guide 7.91.50 Update Guide 111309 2009 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

TaskCentre v4.5 SalesLogix Connector Tool White Paper

TaskCentre v4.5 SalesLogix Connector Tool White Paper TaskCentre v4.5 SalesLogix Connector Tool White Paper Document Number: WP010-04 Issue: 01 Orbis Software Limited 2008 Table of Contents ABOUT SALESLOGIX CONNECTOR TOOL... 1 INTRODUCTION... 3 SalesLogix

More information

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS QM 433 - Chapter 1 Database Fundamentals Version 10 th Ed Prepared by Dr Kamel Rouibah / Dept QM & IS www.cba.edu.kw/krouibah Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 1 Objectives

More information

WHITE PAPER. LiveApp Player Architecture. Player Technology The Composite Applications Deployment Style Architecture

WHITE PAPER. LiveApp Player Architecture. Player Technology The Composite Applications Deployment Style Architecture WHITE PAPER LiveApp Player Architecture Player Technology The Composite Applications Deployment Style Architecture W H I T E P A P E R LiveApp Player Architecture ObjectBuilders 20134 Valley Forge Circle

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Technical and Architectural Overview

Technical and Architectural Overview 100% Web-Based Time & Labor Management Technical and Architectural Overview Copyright 2007 Time America 15990 N. Greenway-Hayden Loop Suite D-500, Scottsdale, AZ (800) 227-9766 www.timeamerica.com Table

More information

CorpSystem Workpaper Manager Installation Guide

CorpSystem Workpaper Manager Installation Guide CorpSystem Workpaper Manager Installation Guide August 2011 Copyright 2011 CCH INCORPORATED. A Wolters Kluwer business. All Rights Reserved. Material in this publication may not be reproduced or transmitted,

More information

RAD Studio XE Datasheet

RAD Studio XE Datasheet RAD Studio XE Datasheet DATASHEET Embarcadero RAD Studio XE Complete solution for Windows,.NET, PHP and Web application development Embarcadero RAD Studio XE is a comprehensive rapid application development

More information

18.1 user guide No Magic, Inc. 2015

18.1 user guide No Magic, Inc. 2015 18.1 user guide No Magic, Inc. 2015 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced by any means. All information

More information

Inmagic Content Server v9 Workgroup Configuration Technical Guidelines

Inmagic Content Server v9 Workgroup Configuration Technical Guidelines Inmagic Content Server v9 Workgroup Configuration Technical Guidelines Last Updated: January, 2007 Inmagic, Inc. All rights reserved. Inmagic Content Server Today s organizations are depending more and

More information

INSTALLATION AND SET UP GUIDE

INSTALLATION AND SET UP GUIDE INSTALLATION AND SET UP GUIDE This guide will help IT administrators to install and set up NVivo Server. It provides step by step instructions for installing the software, configuring user permissions

More information

Update Guide

Update Guide 7.91.50 Update Guide 111209 2009 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information

Determining the Best Approach

Determining the Best Approach 2 Determining the Best Approach The remaining chapters of this book cover the capabilities of the BlackBerry application platform and then dig into each application development option in detail. Before

More information

Active Server Pages: Technology for Creating Dynamic Web Pages and Webenabled

Active Server Pages: Technology for Creating Dynamic Web Pages and Webenabled Workshop on Multimedia and Internet Technologies 26 th -28 th February, 2001 DRTC, Bangalore Active Server Pages: Technology for Creating Dynamic Web Pages and Webenabled Databases Documentation Research

More information

Version: 1.0 Issue date: May Sage 200 v2010 System Requirements

Version: 1.0 Issue date: May Sage 200 v2010 System Requirements Version: 1.0 Issue date: May 2010 Sage 200 v2010 System Requirements Sage 200 Suite v2010 System Requirements The Sage 200 Suite is a modular system made up of the Sage 200 core components and optional

More information

Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or 7.93 Update Guide 092513 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

QuickSpecs. ISG Navigator for Universal Data Access M ODELS OVERVIEW. Retired. ISG Navigator for Universal Data Access

QuickSpecs. ISG Navigator for Universal Data Access M ODELS OVERVIEW. Retired. ISG Navigator for Universal Data Access M ODELS ISG Navigator from ISG International Software Group is a new-generation, standards-based middleware solution designed to access data from a full range of disparate data sources and formats.. OVERVIEW

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Evaluating a Test Executive

Evaluating a Test Executive Evaluating a Test Executive Feature Comparison Matrix National Instruments TestStand combines a large set of off-the-shelf features, a high-performance test execution, and incredible flexibility, to make

More information

CIMERA ARCHITECTURE. Release 4.2.x

CIMERA ARCHITECTURE. Release 4.2.x CIMERA ARCHITECTURE Release 4.2.x Version 1.0, 13-May 2015 Gwyn Carwardine, Jon Bentley gwyn.carwardine@propelsystems.com jon.bentley@propelsystems.com Propel Systems, 2015 Cimera Architecture R4.2.x Page

More information

Pension System/Windows. Installation Guide

Pension System/Windows. Installation Guide Pension System/Windows Installation Guide Updated for Microsoft SQL Server 2014 & MS SQL Express 2014 DATAIR Employee Benefit Systems, Inc. 735 N. Cass Ave. Westmont, IL 60559-1100 V: (630) 325-2600 F:

More information

Crystal Reports XI Release 2 Service Pack 4

Crystal Reports XI Release 2 Service Pack 4 Revision Date: May 7, 2008 Crystal Reports XI Release 2 Service Pack 4 Overview Contents This document lists specific platforms and configurations for Crystal Reports XI Release 2 Service Pack 4. INTRODUCTION...

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Microsoft Windows Servers 2012 & 2016 Families

Microsoft Windows Servers 2012 & 2016 Families Version 8 Installation Guide Microsoft Windows Servers 2012 & 2016 Families 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com Installation Guide

More information

System Architecture Overview. Version 1.1.1

System Architecture Overview. Version 1.1.1 System Architecture Overview Version 1.1.1 The information in this document is subject to modification without any previous notice. Data used in the examples are fictitious. It is prohibited to reproduce

More information

C++Builder - Frequently Asked Questions

C++Builder - Frequently Asked Questions C++Builder 2010 FAQ C++Builder - Frequently Asked Questions GENERAL QUESTIONS What is Embarcadero C++Builder? C++Builder is the only true RAD C++ environment and framework designed for ultra-fast development

More information

Copyright Jetro Platforms, Ltd. All rights reserved.

Copyright Jetro Platforms, Ltd. All rights reserved. Important Notice Copyright 2001 2009 Jetro Platforms, Ltd. All rights reserved. This document is furnished by Jetro Platforms for information purposes only to licensed users of the Jetro COCKPIT product.

More information

Asta Development. Product Overview and System Requirements Guide

Asta Development. Product Overview and System Requirements Guide Asta Development Product Overview and System Requirements Guide Asta Development plc Kingston House Goodsons Mews Wellington Street Thame Oxfordshire OX9 3BX United Kingdom Tel: +44 (0)1844 261700 Fax:

More information

Pension System/Windows. Installation Guide

Pension System/Windows. Installation Guide Pension System/Windows Installation Guide Updated for Microsoft SQL Server 2008 R2 & MS SQL Express DATAIR Employee Benefit Systems, Inc. 735 N. Cass Ave. Westmont, IL 60559-1100 V: (630) 325-2600 F: (630)

More information

CCH Audit Automation SQL Release Notes

CCH Audit Automation SQL Release Notes CCH Audit Automation SQL 2017.3 Release Notes Disclaimer CCH Software has made every effort to ensure the accuracy and completeness of these release notes. However, CCH Software, its staff and agents will

More information

OVERVIEW...3. Why RePOS...3 INTEGRATION...3. Control...4. Reliability...4. Accessibility...5. Flexibly...5. Support...5. RePOS Components...

OVERVIEW...3. Why RePOS...3 INTEGRATION...3. Control...4. Reliability...4. Accessibility...5. Flexibly...5. Support...5. RePOS Components... 1 P a g e CONTENTS OVERVIEW...3 Why RePOS...3 INTEGRATION...3 Control...4 Reliability...4 Accessibility...5 Flexibly...5 Support...5 RePOS Components...6 Technical Requrirements...7 RePOS Interface...7

More information

Sage ERP Accpac. Compatibility Guide Versions 5.5 and 5.6. Revised: November 18, Compatibility Guide for Supported Versions

Sage ERP Accpac. Compatibility Guide Versions 5.5 and 5.6. Revised: November 18, Compatibility Guide for Supported Versions Sage ERP Accpac Compatibility Guide Versions 5.5 and 5.6 Revised: November 18, 2010 Compatibility Guide for Supported Versions iii Contents Overview... 1 Version 5.6 Compatibility... 2 All Environments...

More information

Quick Start Guide 0514US

Quick Start Guide 0514US Quick Start Guide Copyright Wasp Barcode Technologies 2014 No part of this publication may be reproduced or transmitted in any form or by any means without the written permission of Wasp Barcode Technologies.

More information

OrgPublisher 10 Architecture Overview

OrgPublisher 10 Architecture Overview OrgPublisher 10 Architecture Overview Table of Contents OrgPublisher 10 Architecture Overview Table of Contents OrgPublisher Introduction... 3 Data Sources... 4 OrgPublisher Users... 4... 4 Client PC Requirements...

More information

PPC s SMART Practice Aids Prepare for Installing database upgrade to SQL Express 2008 R2

PPC s SMART Practice Aids Prepare for Installing database upgrade to SQL Express 2008 R2 PPC s SMART Practice Aids Prepare for Installing database upgrade to SQL Express 2008 R2 June 2013 Agenda Objectives SMART Practice Aids System Requirements SMART Installation Pre-Requisites Installation

More information

OneBridge Mobile Data Suite

OneBridge Mobile Data Suite OneBridge Mobile Data Suite technical brief OneBridge Mobile Data Suite is a robust development suite for proactively delivering mission-critical information to mobile device users. With a broad range

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

ALTIUM VAULT IMPLEMENTATION GUIDE

ALTIUM VAULT IMPLEMENTATION GUIDE TABLE OF CONTENTS FIRST-TIME SETUP FOR ALTIUM VAULT SOFTWARE INSTALLATION RUNNING THE SETUP WIZARD LICENSE AGREEMENT SELECT DESTINATION LOCATION SELECT ALTIUM VAULT DATA DIRECTORY ALTIUM VAULT CONFIGURATION

More information

ProSystem fx Engagement. Installation Guide

ProSystem fx Engagement. Installation Guide ProSystem fx Engagement Installation Guide December 2011 Copyright 2011 CCH INCORPORATED. A Wolters Kluwer business. All Rights Reserved. Material in this publication may not be reproduced or transmitted,

More information

CCH Central Suite. How do I update to Microsoft.NET Framework in preparation for the CCH Central Suite? KB Article 6547 (02 Jan 2018)

CCH Central Suite. How do I update to Microsoft.NET Framework in preparation for the CCH Central Suite? KB Article 6547 (02 Jan 2018) CCH Central Suite How do I update to Microsoft.NET Framework in preparation for the CCH Central Suite? KB Article 6547 (02 Jan 2018) Legal Notice Disclaimer CCH Software has made every effort to ensure

More information

ProSystem fx Engagement

ProSystem fx Engagement ProSystem fx Engagement Guide November 2008 Copyright 2008 CCH INCORPORATED. A Wolters Kluwer Business. All Rights Reserved. Material in this publication may not be reproduced or transmitted, in any form

More information

Enterprise Forms Server - Hardware/Software Requirements

Enterprise Forms Server - Hardware/Software Requirements Server O/S The application requires Windows Server 2008 (32 or 64 Bit) and above. The webserver software required is Microsoft IIS7 and above (included free with Windows Server). Application Software The

More information

Deltek Vision 7.4 Technical Overview & System Requirements: Basic Deployment ( Employees) 1/28/2015

Deltek Vision 7.4 Technical Overview & System Requirements: Basic Deployment ( Employees) 1/28/2015 Deltek Vision 7.4 Technical Overview & System Requirements: Basic Deployment (25-150 Employees) 1/28/2015 Table of Contents Basic Deployment Model (25-150 Employees)... 3 Introduction... 4 Consulting...

More information

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i Sage 300 ERP Compatibility Guide Version 2012 Revised: Oct 1, 2012 Version 6.0 Compatibility Guide i Overview 2 Sage ERP Accpac Contents Overview... 1 Version 2012 Compatibility... 2 All Environments...

More information

How Parallels RAS Enhances Microsoft RDS. White Paper Parallels Remote Application Server

How Parallels RAS Enhances Microsoft RDS. White Paper Parallels Remote Application Server How Parallels RAS Enhances Microsoft RDS White Paper Parallels Remote Application Server Table of Contents Introduction... 3 Overview of Microsoft Remote Desktop Services... 3 Microsoft RDS Pain Points...

More information

Deltek Vision 7.4 Technical Overview & System Requirements: Advanced Deployment (150 or More Employees) 1/28/2015

Deltek Vision 7.4 Technical Overview & System Requirements: Advanced Deployment (150 or More Employees) 1/28/2015 Deltek Vision 7.4 Technical Overview & System Requirements: Advanced Deployment (150 or More Employees) 1/28/2015 Table of Contents Advanced Deployment Model (150 or More Employees)... 3 Introduction...

More information

CTECS Connect 2.2 Release Notes December 10, 2009

CTECS Connect 2.2 Release Notes December 10, 2009 (Formerly VTECS) CTECS Connect 2.2 Release Notes December 10, 2009 This document contains information that supplements the CTECS Connect 2.2 documentation. Please visit the CTECS Connect Support area of

More information

Hardware Requirements

Hardware Requirements Published on Online Documentation for Altium Products (https://www.altium.com/documentation) 主页 > Altium NEXUS Server - Details for IT Departments Using Altium Documentation Modified by Jason Howie on

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

MYOB Enterprise Solutions

MYOB Enterprise Solutions Enterprise Solutions System Requirement Guidelines Last Updated: 16 May 2017 Contents Important Please Read Carefully 4 Quick Links 4 System Requirements 5 Overview... 5 Server Requirements... 6 Server

More information

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Version 1.5 Paribus Discovery for Saleslogix User Guide

Version 1.5 Paribus Discovery for Saleslogix User Guide Version 1.5 Paribus Discovery for Saleslogix User Guide Document Version 1.3 Release Date: July 2014 QGate Software Limited D2 Fareham Heights, Standard Way, Fareham Hampshire, PO16 8XT United Kingdom

More information

Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or 7.94 Update Guide 011615 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Creating Enterprise and WorkGroup Applications with 4D ODBC

Creating Enterprise and WorkGroup Applications with 4D ODBC Creating Enterprise and WorkGroup Applications with 4D ODBC Page 1 EXECUTIVE SUMMARY 4D ODBC is an application development tool specifically designed to address the unique requirements of the client/server

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introducing Visual Basic 8 Installing Visual Studio 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide for Dynamics GP 2015 Forms Printer Build Version: 14.00.149 System Requirements Microsoft Dynamics GP 2015 (desktop client, web client) Microsoft SQL Server 2005 or Higher Reporting

More information

Session 7: Configuration Manager

Session 7: Configuration Manager Session 7: Configuration Manager Mark Aslett Consultant Adam Shepherd Consultant MCS Talks Infrastructure Architecture Agenda Introduction Gathering requirements Core Concepts Hierarchy Design Scaling

More information

Web Suite Time Billing and Business Management Software

Web Suite Time Billing and Business Management Software Web Suite Time Billing and Business Management Software Built With Your Industry Knowledge Web Suite 2012 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support:

More information

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr Getting Started Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr Getting Started Guide Safyr 7.1 This product is subject to the

More information

Installation Instructions

Installation Instructions New System Installation Instructions Last updated January 2014 Table of Contents SYSTEM REQUIREMENTS... 3 1. OVERVIEW... 4 1.1 CD ROM CONTENTS... 4 1.2 PRODUCT REGISTRATION NUMBERS... 4 Manual Product

More information

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted)

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted) 1. ECI Hosted Clients........................................................................................... 2 1.1 Installing Release 6.3 for the First Time (ECI Hosted)...........................................................

More information

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Section 1 WHO AM

More information