CRM Computer Telephony Integration

By linking the CRM with your telephone system, marketing, sales and service activities can be made effective. The CRM supports almost all VoIP based PBXs on the market, regardless of whether they are available locally or from a cloud. The following functions are supported: Initialting of outgoing calls by clicking on a telephone number stored […]

Use of Pivot Tables for Reports

Pivot tables are a perfect data summarization tool you can use for CRM reports. Task: Compare yearly revenue data Solution: Summarize revenues by Pivot Tables Example: Create 2 CRM invocie reports which include the revenue of 2015 and 2016. Make sure you that you include dates. Revenue 2015 Date Customer Revenue 01.02.2015 Customer A 10100 […]

Tools for data imports

In general, contact data can get imported into the CRM’s Leads, Accounts and/or Contacts modules. Before you consider to make an import you need to decide your target module. Based on this decision you have to perpare the import file. The easiest way is with an Excel file. Please consult the manual for detailed instructions […]

Samples for using the CRM interfaces

As described and explained in the article CRM Interfaces in this Journal you may connect the CRM with other applications like Websites, Accounting Systems or other. Here are some PHP coding examples which show how this works: CURL Class Example Example for getting Lead Details Example for uploading a Document If you need support for […]

New import tool

We provide a new data import tool for Excel at the CRM’s help pages. There is a new version published on May 31st, 2012. This Windows program converts the content of an Ecel’s worksheet into a CSV file with a format required by the CRM system automatically andhas the following features: easy to use automatic […]

Change CRM user’s name

You cannot change a user’s name directly. But you follow this procedure: create a new user with the desired new user name delete the old user during deletion you will be ask for the new owner of the data of the old user, select the new user you just created All data will get transferred […]

Transfer requests from web pages to the CRM

If you have your own web site with a contact form you may transfer the content as Lead to your CRM. For the transmission you may take advantage of the Webservice functions. The following example shows how a webform for the transmission of name, email and description can look like: <html> <body> <form method=”POST” action=”https://yoururl/modules/Webforms/post.php”> […]