Samples for using the CRM interfaces
frank @ 12:35 PM # One Comment
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 […]
More on page 408
Remove duplicates before data import
frank @ 12:30 PM # No Comment Yet
Before any import of inventory data is considered, it is recommended to review the data. According to experiences data tend to become inaccurate over time. It is much more effective to correct data errors before import than later in the CRM. Excel has been proven to be a good tool for such a checkup. Most […]
More on page 251
How to display exported CSV data in Excel
dirk @ 09:59 PM # No Comment Yet
The CRM System is using a special character set called UTF-8 internally (see Wiki). This is done to be compatible to all languages in the world. Your Excel however expects your default character set if you open the CSV file. Therefore, you need to tell Excel that your file is using UTF-8 coding. You can […]
More on page 222
creating E-Mail templates
Matthias @ 06:43 PM # 2 Comments
At the CRM you may upload HTML templates for your standard emails at Settings -> EMail Templates. For creating of such templates you may use any HTML editor. However, make sure that you use only HTML formatting tags which are also supported by the CRM’s HTML editor. Otherwise you may experience formatting problems as frequently […]
More on page 139
was man beim Datenimport beachten sollte
frank @ 10:59 AM # No Comment Yet
Eine Übernahme von Bestandsdaten sollte gut vorbereitet werden, da die Qualität der Daten entscheidend für die Nutzbarkeit im CRM ist. Dazu gehört in der Regel auch eine manuelle Durchsicht um offensichtliche Fehler (wie z.B. Tippfehler) zu beseitigen, aber vor allem um sich darüber im klaren zu werden, welche Felder im CRM benötigt werden. In Bezug […]
More on page 7