Customer relationship management system and method
A software-based customer relationship management system and method.
RELATED APPLICATION/PRIORITY CLAIM
This application claims priority under 35 U.S.C. 119(e) and 120 to U.S. Provisional Application Ser. No. 60/707,820 entitled “Customer Relationship Management System and Method” filed on Aug. 12, 2005, the entirety of which is incorporated herein by reference.
FIELD OF THE INVENTIONThe invention relates generally to a customer relationship management system and method and in particular to a software-based system and method for providing customer relationship management.
BACKGROUND OF THE INVENTIONCustomer relationship management (CRM) systems and solutions are well known. For example, typical known CRM systems include Microsoft® CRM, e-Synergy, a CRM product provided by SalesForce.com, Netsuite CRM, and SAP Business One CRM. However, conventional CRM systems have significant limitations that include a lack of flexibility, high costs, and a closed-source structure which is embedded into the traditional product offerings. These limitations have led to a failure rate of over 70% with traditional CRM implementations. Thus, it is desirable to provide a customer relationship management system and method that overcomes these limitations of typical CRM systems and it is to this end that the invention is directed.
SUMMARY OF THE INVENTIONThe customer relationship management system has one or more combinations of the templates and themes wherein the templates and themes are user interface skins of the customer relationship management system wherein the templates adjust the layout of the data and the themes adjust the user interface of the display of the customer relationship management system. Some of the templates/themes may be interactive user interfaces wherein there is some character or movement in a portion of the user interface during the operation of the customer relationship management system. Other templates/themes are different styled or colored user interfaces.
BRIEF DESCRIPTION OF THE DRAWINGS
FIGS. 9A-M illustrate several examples of a template and theme of the customer relationship management system.
DETAILED DESCRIPTION OF A PREFERRED EMBODIMENTThe invention is particularly applicable to an open source customer relationship management software system and it is in this context that the invention will be described. It will be appreciated, however, that the algorithms, data structures, processes and modules in accordance with the invention has greater utility since these modules and inventive aspects disclosed herein can be equally applied to other non-open source CRM systems, as well as other business software application systems as well as other database software systems. For purposes of illustration, the described system is an implementation in a customer relationship management (CRM) and groupware system although the inventive methods apply across multiple systems. In the example, the CRM and groupware system is SugarCRM Inc.'s Sugar Professional 3.5. It is a database driven application that demands quick response time.
The system may be implemented in a preferred embodiment using a base class known as SugarBean, and a data retrieval API. The base class has methods for building list queries, saving, and retrieving individual items. Each specific type of data creates a subclass of this base class. In a preferred embodiment of the invention, the base class is called SugarBean. There is at least one subclass of SugarBean for each module. SugarBeans are used for creating database tables, cleaning out database tables, loading records, loading lists, saving records, and maintaining relationships. One example of a SugarBean subclass is Contact. Contact is a simple object that fills in some member variables on the SugarBean and leverages SugarBean for much of its logic. Security for instance, is automatically created for Contact. Another example of a SugarBean subclass is Users which is a module that is security related and should not have row level security applied to them. For this reason these modules have the bypass flag set to skip adding the right join for verifying security. The SugarCRM Sugar Professional system is a web based system with many concurrent users. Since this program contains critical data to the users, it is imperative that they have quick access to the system and their data. The most frequent activity in an SFA application is to look at existing data.
The contacts module is accessed by a contacts tab 128 and allows the user to view a paginated contact list, or search for a contact. The user can click on a specific contact to zoom in on the detailed contact record and, from a specific contact record, the user may link to the related account, or leads, opportunities, cases, or direct reports (related contacts). Within the system, contacts are the people with whom the organization does business. As with accounts, the system allows the user to track a variety of contact information such as title, email address, and other data. Contacts are usually linked to an Account, although this is not required. The accounts module may be accessed using an accounts tab 130 and the user may view a paginated account list, or search for an account. The user can click on a specific account to zoom in on the detailed account record and, from a specific account record, the user may link to related contacts, activities, leads, opportunities, cases, or member organizations. Accounts are the companies with which the organization does business and the system allows the user to track a variety of information about an account including website, main address, number of employees and other data. Business subsidiaries can be linked to parent businesses in order to show relationships between accounts.
The leads module may be accessed by a leads tab 132 that permits the user to view a paginated list of leads, or search for a specific lead. The user can click on an individual lead to zoom in on the lead information record and, from that detailed lead record, the user can link to all related activities, and see the activity history for the lead. Leads are the people or companies with whom the organization might do business in the future. Designed to track that first point of interaction with a potential customer, leads are usually the hand off between the marketing department and the sales department. Not to be confused with a contact or account, leads can often contain incomplete or inaccurate information whereas contacts and accounts stored in Sugar Professional are core to many business processes that require accurate data. Leads are typically fed into the Sugar Professional system automatically from your website, trade show lists or other methods. However, the user can also directly enter leads into Sugar Professional manually.
The opportunities module is accessed by an opportunities tab 134 and permits the user to view a paginated list of opportunities, or search for a specific opportunity. The user can click on an individual opportunity to zoom in on the opportunity information record and, from that detailed opportunity record, the user can link to all related activities, see the activity history for the opportunity, and link to related leads and contacts. Opportunities track the process of selling a good or service to a potential customer. Once a selling process has commenced with a lead, a lead should be converted into a contact and possibly also an account. Opportunities help the user manage the selling process by tracking attributes such as sales stages, probability of close, deal amount and other information. The quotes module may be accessed by a quotes tab 136 and permits the user to view a paginated list of customer quotes, or search for a specific quote. The user can click on an individual quote to zoom in on the detailed quote information. A quote is formed by referencing product and pricing from a catalog of products you may create. A presentation quality Portable Document Format (PDF) representation of the quote may be created to fax or email to a client. Quotes may be associated with Accounts, Contacts, or Opportunities.
The products module may be accessed by a products tab 138 and permits the user to view a paginated list of products, or search for a specific product. The user can click on an individual product to zoom in on the detailed product information. A product is used when assembling a customer quote. The cases module may be accessed using a cases tab 140 and may permit the user to view a paginated list of cases, or search for a specific case. The user can click on an individual case to zoom in on the case information record and, from that detailed case record, the user can link to all related activities, see the activity history for the case, and link to related contacts. The cases are the handoff between the sales department and the customer support department and help customer support representatives manage support problems or inquiries to completion by tracking information for each case such as its status and priority, the user assigned, as well as a full trail of all related open and completed activities. The bug tracker module may be accessed using a bug tracker tab 142 and permits the user to view a paginated list of reported software bugs. The user can click on an individual bug to zoom in on the detailed bug report and, from that detailed bug report, the user can link to all related activities, see the activity history for the bug, and link to related Contacts, Accounts, and Cases. The tracking software bugs is an important function of a customer support department. The Bug Tracker module helps customer support representatives manage software-related support problems or inquiries to completion by tracking information for each bug such as its status and priority, its resolution, the user assigned, the release of software involved, its type (defect or feature) as well as a full trail of all related open and completed activities.
The documents module may show the user a list of documents that the user can download. The user can also upload documents, assign publish and expiration dates, and specify which users can access them. The email module allows the user to write and send emails and to create Email Templates that can be used with email-based marketing campaigns. The user can also save drafts and archive emails. The campaigns module helps the user implement and track marketing campaigns wherein the campaigns may be telemarketing, mail or email based. For each Campaign, the user can create the Prospects list from the Contacts or Leads or outside file sources. The projects module helps the user manage tasks related to specific projects. Tasks can be assigned to different users and assigned estimated hours of effort and, as tasks are in progress and completed, users can update the information for each task. The RSS module permits the user to view the latest headlines provided by your favorite RDF Site Summary (RSS) feeds. These feeds provide news or other web content that is distributed or syndicated by web sites which publish their content in this manner. The system has hundreds of RSS feeds available as supplied, and others may easily be added.
The forecasts module shows the user his/her committed forecast history and current opportunities. For managers, the user can view your team's rolled up forecasts. The reports module shows the user a list of saved custom reports not yet published, as well as a list of Published Reports. Saved reports may be viewed, deleted or published, and published reports may be viewed, deleted or un-published. Clicking on the name of a report zooms to the detailed definition of the report criteria (fields to be displayed, and filter settings) for that report, permitting the user to alter the criteria, and re-submit the report query. Finally, the dashboard module displays a graphical dashboard of the user's Opportunity Pipeline by Sales Stage, Opportunities by Lead Source by Outcome, Pipeline by Month by Outcome, and Opportunities by Lead Source.
Returning to
Once the data is retrieved from the SugarBean object 108, the module uses a template mechanism 118 and a theme 116 to produce the requested presentation for the user. The template mechanism reformats the data from the database 110 into a particular form while the theme adjusts the user interface according to the user's preferences. If, for instance, the user requests an HTML presentation of the detail view of the contact module for a specified contact, here is the flow of what happens. The user hits the controller named index.php. It handles most of the logic for the main application. The index controller loads the current user, verifies authentication and session information, loads the language for the user and produces some of the UI shell. It then calls the contact module and request the detail view for the specified contact. The contact module retrieves the SugarBean for the requested contact. The SugarBean verifies row level security at this point. If the record is not retrieved successfully, then the process aborts and the user is not allowed to view the data for the record. If the retrieve succeeds then it uses the XTemplate mechanism and the code for the current user's theme to create the UI for presentation. The resulting UI is sent back to the client that requested it.
In accordance with the invention, the module loading may be implemented using a manifest file 170, an example of which is shown in
The manifest file format is shown in the sample module “Songs” as an example to see how files should be formatted and how the loading mechanism and manifest file works. The manifest file may include an “Acceptable_sugar_versions” variable that contains the version of the sugar server that must be present to load this module. The format of the version dependency check can be provided as an exact match, or as a regex comparison. The manifest file may also include an “Acceptable_sugar_flavors” variable that specifies the flavor of sugar server which currently include Open Source, Professional, and Enterprise flavors. If there are elements or dependencies on functionality in a specific flavor this parameter should be used to specify what is required. If there are no restrictions or limitations, the variable may specify all of the supported sugar flavors.
The manifest file may also include a “Name” variable that contains a user readable name for the module that this name will be displayed in the Sugar Admin interface when loading and installing the module. The manifest file may also include a “Description” variable that contains a description of the module that is displayed in the Sugar Admin interface, an “Author” variable that contains the name of the person or company that authored the module, a “Published Date” variable that contains the date the module was published or last revised and a “Version” module that contains the version that the module. The manifest file may also contain a “Type” variable that contains the type of package that is contained in the zip file. Currently the module loader only supports “Modules”, and the upgrade Wizard provides support for language packs, themes, patches, and a full upgrade. The manifest file may also include an “Icon” variable that contains the relative path and name of the icon file in the zip file the Sugar Loader should use to display in the Sugar Admin interface for this module. The system will use default icons if this is left blank. Finally, the manifest file may also contain a “Copy_files” variable that is an array of file copy instructions that specify the From & To source and destination for folders and files. The processing just walks through this tree moving the files as specified, folders are copied recursively.
The system in accordance with the invention also has a novel upgrade process that is implemented from a tab 164 that launches an upgrade wizard module from the administrator user interface shown in
Now, in step 190, the upgrade is ready to install as the checks have been performed. In step 192, the upgrade process determines if there are more files in the upgrade that need to be compared. This loop ensures that all of the files contained in the upgrade are compared and handled appropriately. Thus, during the installation process, the upgrade system looks at all of the files on the system that is being upgraded. In step 194, the system calculates a checksum, that may preferably be an MD5 checksum, for a file in the upgrade. In step 196, the system determines if the checksum value is one of the known values from previous builds (with either Unix or dos line feeds) or matches a shipped version. If the sum is known, then the file is considered safe to replace since no customizations will be lost during replacement and the method loops back to step 192 to compare the checksum of the next file. If the checksum is not known, the file is added in step 198 to a list of files that will be checked by the user. Any file that is not part of that list is automatically replaced once the method is completed. The method then loops back to step 192 to compare the checksum of the next file. When all of the files in the upgrade have been checked, the method proceeds to step 200 in which the list of files whose checksums are not known is presented to the user so that the user can select the files from the list to be replaced during the upgrade. In step 202, the replacement of the original files with the files of the upgrade occurs. In this step, the files whose checksums were known as well as the files selected by the user from the list are replaced. Then, in step 204, another script is run to perform any further processing on the upgrade. In this manner, the upgrade of the application is handled without losing any customizations made by the user.
Application data changes are synced bi-directionally and change on the client and the server are merged. This bidirectional synchronization updates both the client and the server with the latest changes from the other machine and handles conflict resolution. During the synchronization, the user gets a user interface that shows them the progress of the synchronization process.
The mobile client synchronization may also include a security feature. In particular, since the system software is developed in PHP and most PHP programs are plain text, the code is somewhat easy to steal. To deter that activity, an encoded/encrypted version of the source is produced before copying it to mobile clients. The process for Mobile Sync with Code Encryption would be to take the current code from the server, encrypt it completely into a binary executable form, and then send the encrypted application down to the mobile client. This allows for mobile client functionality, easy change and administration on the server (since it is still unencrypted on the server), and makes it very hard for mobile client users to modify or steal the source code of the application. This increases the integrity of the system on a global scale.
The mobile client in accordance with the invention may support a subset of the total number of modules available on the server. Currently the Home, Calendar, Accounts, Contacts, Leads, Opportunities, Quotes, Products, Forecasts, and Documents are supported. With the exception of the Document all data a user has access to (i.e., can see), is synced to their client. The Documents module will always sync the list of documents (i.e., titles) the user has access to, but not the actual files. To get specific files synced to the client a user must select the individual files they wish to have kept current on their client. This is done by accessing the list of Documents when disconnected and setting a flag on each document you want synced to your client. Once the flag is set for a document, new versions of the document (the actual file) will automatically be synced to the client on future sync operations. This is done as syncing all documents could potentially take a very long time. A mobile client does not send email or log audit operations. These operations are deferred and operated on by the server as records are synchronized.
In order to be an offline/mobile client, the system operating the mobile client must have the WAMP/LAMP stack installed prior to installing the Sugar Enterprise software. There is just one version of the Sugar Enterprise software once it is installed there are setup steps that configure it to work as an offline client. This insures the application works and looks the same when the user works connected to the server or disconnected via the offline client. On the server/system side, an administrator must create a valid login and password for the server for the mobile client. Now, the installation of the mobile client will be described. The steps include:
-
- 1. Install the WAMP/LAMP stack, just like you normally would for a Sugar server.
- 2. Install the Enterprise version of Sugar, creating a user and the database, but do not populate seed data.
- 3. Logon to the client system as admin.
- 4. Go to the Admin screen, select the “Repair” section then select “Convert to Offline Client”. The following screen will appear.
- 5. Specify the Sugar Servers URL. For example, http://localhost/sugar35
- 6. Specify the login and password the user of this client normally uses when connecting to the server (e.g., will, will).
- 7. Press the submit button, you will get a confirmation screen press the OK button to continue, or Cancel to exit the conversion steps. The conversion normally takes a minute or two.
- a. The sync processing initially verifies and copies over any application files modified or customized on the Sugar server. This insures that the client systems are automatically receive any modifications made to the server.
- b. Once the application files are synced the records accessible to the user are synced.
- 8. The screen should come back and say it was converted to an offline client.
- 9. At this time log out of the client install (you're still Admin), and login as the user that will have the client.
- 10. To insure everything is working correctly and to do the initial sync for the user. The Sync link is located near the Logout link. Select “Start Sync” The sync pop-up will appear and allow you to select the sync mode. Select “Prompt”, and begin the sync operation. Sync processing should begin, and the progress bars will show how far in the process you are. The initial sync will take longer than normal daily sync operations as there is more data to move from the server to the client.
- 11. When the sync process is done it will indicate this in the pop-up.
- a. If any errors are encountered in the sync process they are logged in the sync.log file in the clients root directory. For example, C:/Program Files/Apache/htdocs/sugar35c/sync.log.
- b. The log can also be viewed via the sync pop-up by selecting the “details” link.
The system in accordance with the invention may also include a mechanism for tagging source code to use one code base for multiple products wherein comments are added to the files, the code, or the directories of the application. The tags are comments in the various languages that are used in the product. (e.g. end of line in php ‘//’ or html comments.) In this way, the default checked in version of the product is fully functional and does not require a build. This massively speeds up development.
The directory level tags can be used to remove directories from specific builds or only include them in specific builds. For instance if there is a module that is in our professional and enterprise builds only and is not in our open source product, the system may put a file in the folder of that module that tells the build process to remove the entire folder if it is not doing a professional or enterprise build. The file level tags can be used to remove entire files from specific builds or only include them in specific builds similar to the directory level tags example above except used for a particular file.
The code level tags can be used to remove sections of code specific builds or only include them in specific builds similar to the directory level tags example above except used for a piece of code. For the code level tags, a start tag can be placed before the code that we want to exclude and an end tag after the code. When the build process gets to code level tags, if the code in question is not appropriate for the current build, the tags and the code are stripped out of the source code. When the tags and the code are removed from the build, blank lines are put back in place to make the lines match up between all versions of the application. This is important for debugging since most error messages mention a line number. When debugging a problem, the developer does not typically have to have a specific build. As long as the code in question is in their particular build, the line number will be correct.
The system may also include PHP session security enhancements in accordance with the invention. PHP is a server side scripting language that is well known. To enhance PHP session security, the system may use an Application GUID and IP Address tracking. PHP sessions are tied to a specific server or specific server cluster, but they do not have any restrictions to a specific application or web folder on that server. This means that a user that is allowed to create a session in one PHP application on a server can hop that session over to another PHP application on the same server. Thus, the system uses an application ID. The application ID is a GUID that is randomly generated during the install (or end user specified during the install) that will be used to verify that the session the user is attempting to use with our application is a valid session for this particular application. Without this ID, the system and all of its contents are only as secure as the least secure PHP application that has been installed.
The other security change is the tracking of the IP Address that the user is using the application from during the session. If another user tries to use the application from a completely different IP address, this is detected, the user is denied, and the session is destroyed because it is considered compromised. The default behavior is to let all IP addresses with the same first three octets in their IP addresses (e.g. 192.168.1.xxx where xxx can be any numbers) will be considered the same IP. This allows for load balancing of outbound traffic without tripping the security mechanism. However, the system may also be configured to be more strict.
The system also provides calendar synchronization between the system and Outlook. Thus, the system has an interface and API with Outlook so that the free/busy indication in an Outlook calendar may be merged into the meetings stored in the system. In more detail, the system will accept and respond to Outlook free/busy API calls. When the user configures an Outlook free/busy server, it will post all of the times in which you are scheduled to be in a meeting over the next 2 months to the server. It will also check to see when other people are available when you are scheduling a meeting using the same free/busy server. In addition to storing and repeating the free/busy information for users that are subscribed, the system goes a little bit deeper. In particular, when the free/busy information for a user is requested, we produce a single list of all the busy blocks of time from both the outlook data from that user (if available) and the meetings recorded in the system. This provides a single combined list of busy times to Outlook when people are trying to schedule meetings. In addition, when looking at the calendar in the system you will see the combined list of busy blocks for your system meetings and the meetings you have scheduled in Outlook. When scheduling a meeting with other people, you will also get the system and Outlook meetings for each invited user.
The system may further include a business card screen that provides the user of the system with a quick entry form for creating items from business cards. The business card screen allows users to quickly enter the information contained on a common business card and also create follow up items and additional notes at the same time. This single screen allows for the quick entry of an entire contact, account, opportunity, notes, tasks, calls, meetings, . . . in one round trip to the server. This not only presents the information is a user friendly format, it also saves the user a lot of time.
FIGS. 9A-M illustrate several examples of a template and theme of the customer relationship management system. These templates may or may not be interactive, but change the look and feel of the user interface of the system. For example,
While the foregoing has been with reference to a particular embodiment of the invention, it will be appreciated by those skilled in the art that changes in this embodiment may be made without departing from the principles and spirit of the invention, the scope of which is defined by the appended claims.
Claims
1. A processing unit-based system, comprising:
- a processing unit based system having a business software application executed on the processing unit based system, the business software application having a user interface associated with a business software application; and
- one or more themes associated with the user interface of the business software application wherein each theme generates a particular user interface of the business software application selected by a user using the business software application.
2. The system of claim 1, wherein the one or more themes further comprises an interactive theme with a moving portion of the user interface.
3. The system of claim 2, wherein the moving portion of the interactive theme further comprises one of a moving boat, falling snowflakes and moving aliens.
4. The system of claim 2, wherein the interactive theme further comprises a game that is playable by the user while viewing the user interface.
5. The system of claim 2, wherein the interactive theme further comprises a screen saver that is displays moving content during an idle period.
6. The system of claim 1, wherein the processing unit based system further comprises a customer relationship management system having a customer relationship management software application.
7. A method for generating a user interface for a business software application, the method comprising:
- selecting a theme that generates a particular user interface for a business software application; and
- generating the user interface of the business software application.
8. The method of claim 7, wherein the one or more themes further comprises an interactive theme with a moving portion of the user interface.
9. The method of claim 8, wherein the moving portion of the interactive theme further comprises one of a moving boat, falling snowflakes and moving aliens.
10. The method of claim 8, wherein the interactive theme further comprises a game that is playable by the user while viewing the user interface.
11. The method of claim 8, wherein the interactive theme further comprises a screen saver that is displays moving content during an idle period.
12. The method of claim 7, wherein the processing unit based system further comprises a customer relationship management system having a customer relationship management software application.
Type: Application
Filed: Aug 14, 2006
Publication Date: Jun 21, 2007
Inventors: John Roberts (San Jose, CA), Jacob Taylor (Santa Clara, CA), Clinton Oram (San Mateao, CA), Lam Hyunh (Mountain View, CA), Majed Itani (San Jose, CA)
Application Number: 11/504,571
International Classification: G06Q 99/00 (20060101); G06F 15/02 (20060101); G06F 9/46 (20060101);