US20070143165A1 - Customer relationship management system and method - Google Patents

Customer relationship management system and method Download PDF

Info

Publication number
US20070143165A1
US20070143165A1 US11/504,571 US50457106A US2007143165A1 US 20070143165 A1 US20070143165 A1 US 20070143165A1 US 50457106 A US50457106 A US 50457106A US 2007143165 A1 US2007143165 A1 US 2007143165A1
Authority
US
United States
Prior art keywords
user
module
user interface
software application
theme
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/504,571
Inventor
John Roberts
Jacob Taylor
Clinton Oram
Lam Hyunh
Majed Itani
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/504,571 priority Critical patent/US20070143165A1/en
Publication of US20070143165A1 publication Critical patent/US20070143165A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising

Definitions

  • the 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.
  • CRM Customer relationship management
  • typical known CRM systems include Microsoft® CRM, e-Synergy, a CRM product provided by SalesForce.com, Netsuite CRM, and SAP Business One CRM.
  • 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.
  • the 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.
  • FIG. 1 is a diagram illustrating a customer relationship management system in accordance with the invention that incorporates the various features of the invention
  • FIG. 2 is a diagram illustrating an example of the user interface of the system in FIG. 1 ;
  • FIG. 3 is a diagram illustrating the customer relationship management system with the query counter in accordance with the invention.
  • FIG. 4 is an example of a user interface of the administration module in accordance with the invention that incorporates a module loader module in accordance with the invention
  • FIGS. 5A and 5B are an example of the manifest code for a module that can be loaded into the system using the module loader module;
  • FIG. 6 is a flowchart illustrating an upgrade process in accordance with the invention.
  • FIG. 7 is an example of a user interface for configuring an offline client of the system shown in FIG. 1 ;
  • FIG. 8A -C illustrate several examples of an interactive template and theme of the customer relationship management system
  • FIGS. 9 A-M illustrate several examples of a template and theme of the customer relationship management system.
  • the 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.
  • the described system is an implementation in a customer relationship management (CRM) and groupware system although the inventive methods apply across multiple systems.
  • 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.
  • the base class is called SugarBean.
  • 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.
  • SugarBean subclass 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.
  • FIG. 1 is a diagram illustrating a customer relationship management (CRM) system 100 in accordance with the invention.
  • the system 100 in accordance with the invention is implemented as a software system that may preferable use open source code.
  • the elements shown in FIG. 1 are thus implemented as a plurality of lines of computer code that may be executed by a processor of a computer system, such as a server computer wherein the various lines of computer code are stored in a memory associated with the computer system and the system interfaces with a database 110 .
  • the system may have one or more clients 102 , such as a browser application executed on a typical computing device (a browser client session), that accesses the system over a computer network 103 such as the Internet.
  • the client 102 interactions go through a set of one or more controllers 104 .
  • the controllers are the entry-point into the system and take care of things like session tracking and session security and end user authentication.
  • the controllers also take care of the work to prepare the screen or the wrapper for the content and determine which module of the application the user is trying to access and get the requested module to process the request.
  • the system thus has one or more modules 106 that are components of application functionality and provide certain functionality.
  • the modules 106 of the CRM system may include, by way of example, a portal module, a calendar module, an activities module, a contacts module, an accounts module, a leads module, an opportunities module, a quotes module, a products module, a cases module, a bug tracker module, a documents module, an emails module, a campaigns module, a project module, an RSS module, a forecasts module, a reports module and a dashboard module.
  • Each of these modules provides a different functionality to the system so that, for example, the calendar module provides a calendaring functionality to the CRM system that is instantiated with the system.
  • the system may also include an administration module that handles the typical administrative functions of the system.
  • Each module contains a subclass of a SugarBean base object 108 and each module references the SugarBean to retrieve the data from the database 110 required for display.
  • FIG. 2 is a diagram illustrating an example of the user interface 120 of the system in FIG. 1 .
  • the user interface may include a home tab 121 (that is selected in FIG. 2 ) that provides a general overview of Cases, Opportunities, Appointments, Leads, Tasks, Calendar, Team Notices, and Pipeline.
  • the home tab also includes shortcuts to enter most sorts of data, and a quick form for new contacts.
  • the home tab also provides a quick overview of what customer tasks and activities you need to focus on today.
  • the portal module (selected using a my portal tab 122 ), contains a series of shortcuts which can link to any web site you choose that may include e-mail, forums, or any other web-based application, allowing the system to become a single user interface for multiple applications.
  • the calendar module may be selected by a calendar tab 124 and allows the user to view scheduled activities (by day, week, month or year), such as meetings, tasks, and calls.
  • the system also allows the user to share his/her calendar with coworkers which is a powerful tool for coordinating the daily activities.
  • the activities module is selected using an activities tab 126 and allows the user to create or update scheduled activities, or to search for existing activities. By managing Activities within the context of an Account, Contact, Lead, Opportunity, or Case, the system allows the user to manage the myriad of calls, meetings, notes, emails and tasks that the user needs to track in order to get the job done.
  • the tasks are for tracking any action that needs to be managed to completion by a due date
  • the notes allow the user to capture note information as well as upload file attachments
  • the calls allow the user to track phone calls with leads and customers
  • meetings are like calls, but also allow the user to track the location of the meeting and emails allow the user to archive sent or received email messages.
  • 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).
  • contacts are the people with whom the organization does business.
  • 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.
  • 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.
  • RSS RDF Site Summary
  • 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.
  • 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.
  • the system also includes the database 110 that contains the data of the system and a security module 112 that implements the security methods to control access to the data in the database 110 .
  • the system may also include a database abstraction layer 114 that is coupled between the database 110 and the SugarBean object 108 in order to by an interface between the database 110 and the SugarBean object 108 .
  • the SugarBean object 108 provides the base logic required for retrieving and making available information from the database and each module creates subclasses of SugarBean to provide module specific details.
  • the SugarBean 108 makes calls that populate the row level security information into the SQL that retrieves the data.
  • 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.
  • FIG. 3 is a diagram illustrating the customer relationship management system 100 with the query counter in accordance with the invention.
  • a query counter module 150 is coupled to the controllers 104 and the database abstraction layer 114 .
  • the query counter module that may be preferably implemented as a piece of software code having a plurality of lines of computer code resident on the server computer that is executed by the processor of the server computer, determines the number of database queries on each page of the application during development to try and demonstrate and diagnose performance issues. In more detail, the module determines, for each page on the screen, the query counts per section of the screen and for the screen as a whole.
  • the module also provides the user with the ability to show all of the queries next to the portion of the screen that the query was executed to populate which allows developers to quickly isolate the source of queries and also gives them a quick numeric value to judge changes against during the development.
  • FIG. 4 is an example of a user interface 160 of the administration module in accordance with the invention that incorporates a module loader module in accordance with the invention.
  • the administration module permits an administrator of the system to perform various administrative functions including configuring of the system.
  • the administrator module may include a module loader module that may be selected by a module loader tab 162 .
  • the loader module allows the easy end user administration of adding and removing components from the application. These components that may be added/removed from an application that is run on the system may include language packs, upgrades, new modules, and themes.
  • the module can basically be used to make any changes to the sugar code-base that you would want. As shown, in the administration user interface, there is a screen to upload new modules.
  • a module Once a module is uploaded, it, along with details about it, is listed as available for installation. If you click install, it is installed and then moved into the installed modules list and is available for un-installation. Internally, it handles all of the file management, metadata changes, SQL, and allows for arbitrary PHP code execution.
  • the module loading may be implemented using a manifest file 170 , an example of which is shown in FIGS. 5A and 5B .
  • the manifest file format is used to enable loading Modules, Patches, Themes, and Language Packs, to the Sugar server/system.
  • a zip file for the “Songs” module is provided that is an example for creating your own Sugar loadable modules.
  • the manifest file format is used for the module loader as well as an upgrade wizard as described below in more detail.
  • 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.
  • 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 FIG. 4 .
  • the upgrade wizard module is preferably a software module executing on the server that performs the upgrade process that includes change detection and system verification as will now be described.
  • FIG. 6 is a flowchart illustrating an upgrade process 180 in accordance with the invention.
  • change detection occurs that compares changes in the prior version of the code to the upgraded version.
  • the program has the users unzip the upgrade over their current installation so that the user may loose any customizations that they may have made to the open source product.
  • the upgrade process starts by putting the file into a staging folder.
  • an upgrade script is called that performs some checks on the upgrade file prior to beginning the upgrade process.
  • the upgrade script ensures that the system that it is upgrading is one of the known systems that it should be able to upgrade from.
  • step 188 the upgrade script determines the upgrade steps that are needed from the specific installed version on the system since one upgrade package could support multiple prior versions and each version may have a slightly different series of upgrade steps. This makes the upgrade process much faster and easier than requiring the user to step through each version in sequence.
  • step 190 the upgrade is ready to install as the checks have been performed.
  • 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.
  • step 194 the system calculates a checksum, that may preferably be an MD5 checksum, for a file in the upgrade.
  • 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.
  • step 192 compares 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.
  • step 200 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.
  • step 202 the replacement of the original files with the files of the upgrade occurs.
  • step 204 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.
  • FIG. 7 is an example of a user interface 210 for configuring an offline client of the system shown in FIG. 1 .
  • This user interface permits the system to configure the system and server to provide a connection to a mobile client.
  • the mobile client becomes a miniature version of the application and it will automatically sync all data that the specified username/password has, and also sync the application changes as well.
  • the application code changes are synced in a per file basis, only files that are not the same between the client and the server are synced and all code syncs are one way in that they only go from the server to the client.
  • Any metadata and schema changes are synced the same way. Any changes to the code, metadata, configuration, schema on the server are automatically synced to the client. These changes are also synced as deltas and there is no full sync after the first time.
  • 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.
  • 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.
  • the code is somewhat easy to steal.
  • 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.
  • the Home, Calendar, Accounts, Contacts, Leads, Opportunities, Quotes, Products, Forecasts, and Documents are supported.
  • 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.
  • the system operating the mobile client must have the WAMP/LAMP stack installed prior to installing the Sugar Enterprise software.
  • 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.
  • an administrator 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:
  • 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.
  • a start tag can be placed before the code that we want to exclude and an end tag after the code.
  • 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.
  • 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.
  • 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.
  • 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.
  • the system will accept and respond to Outlook free/busy API calls.
  • Outlook free/busy server 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.
  • 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.
  • FIG. 8A -C illustrate several examples of an interactive template and theme of the customer relationship management system.
  • FIG. 8A illustrates a paradise template and theme 300 that includes, in an upper portion 301 of the user interface, an ocean 302 with an island 304 in the middle of the user interface.
  • a boat 306 moves across the upper portion 301 of the user interface as a screen saver while the user interface is shown to the user during idle times so that the theme/template is interactive.
  • FIG. 8B illustrates a shred template and theme 310 with the upper portion 301 of the user interface having a mountain background and a skier 312 wherein one or more snowflakes 314 drift down the user interface as a screen saver while the user views the user interface during idle periods.
  • FIG. 8A illustrates a paradise template and theme 300 that includes, in an upper portion 301 of the user interface, an ocean 302 with an island 304 in the middle of the user interface.
  • a boat 306 moves across the upper portion 301 of the user interface as a screen save
  • FIGS. 8A-8C illustrates an eighty's template and theme 320 wherein an alien character 322 drops down the user interface as a screen saver while the user is viewing the user interface during idle periods.
  • the interactive template and themes may incorporate a game or other hidden or interactive content into the user interface.
  • the templates and themes shown in FIGS. 8A-8C these user interfaces can be used with various other business software applications and other systems.
  • FIGS. 9 A-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.
  • FIG. 9A illustrates an Awesome 80's theme and template
  • FIG. 9B illustrates a Final Frontier theme and template
  • FIG. 9C illustrates a Golden Gate theme and template
  • FIG. 9D illustrates a Links theme and template
  • FIG. 9E illustrates a Love theme and template
  • FIG. 9F illustrates a Pipeline theme and template
  • FIG. 9G illustrates a Retro theme and template
  • FIG. 9H illustrates a Ripcurl theme and template
  • FIG. 91 illustrates a Sugar theme and template
  • FIG. 9J illustrates a Sugar Classic theme and template
  • FIG. 9A illustrates an Awesome 80's theme and template
  • FIG. 9B illustrates a Final Frontier theme and template
  • FIG. 9C illustrates a Golden Gate theme and template
  • FIG. 9D illustrates a Links theme and
  • FIG. 9K illustrates a Sugar Lite theme and template
  • FIG. 9L illustrates a Sunset theme and template
  • FIG. 9M illustrates a White Sands theme and template.
  • the templates and themes shown in FIGS. 9A-9M can be used with various other business software applications and other systems.

Abstract

A software-based customer relationship management system and method.

Description

  • 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 INVENTION
  • The 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 INVENTION
  • Customer 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 INVENTION
  • The 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
  • FIG. 1 is a diagram illustrating a customer relationship management system in accordance with the invention that incorporates the various features of the invention;
  • FIG. 2 is a diagram illustrating an example of the user interface of the system in FIG. 1;
  • FIG. 3 is a diagram illustrating the customer relationship management system with the query counter in accordance with the invention;
  • FIG. 4 is an example of a user interface of the administration module in accordance with the invention that incorporates a module loader module in accordance with the invention;
  • FIGS. 5A and 5B are an example of the manifest code for a module that can be loaded into the system using the module loader module;
  • FIG. 6 is a flowchart illustrating an upgrade process in accordance with the invention;
  • FIG. 7 is an example of a user interface for configuring an offline client of the system shown in FIG. 1;
  • FIG. 8A-C illustrate several examples of an interactive template and theme of the customer relationship management system; and
  • FIGS. 9A-M illustrate several examples of a template and theme of the customer relationship management system.
  • DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT
  • The 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.
  • FIG. 1 is a diagram illustrating a customer relationship management (CRM) system 100 in accordance with the invention. In a preferred embodiment, the system 100 in accordance with the invention is implemented as a software system that may preferable use open source code. In the preferred embodiment, the elements shown in FIG. 1 are thus implemented as a plurality of lines of computer code that may be executed by a processor of a computer system, such as a server computer wherein the various lines of computer code are stored in a memory associated with the computer system and the system interfaces with a database 110. The system may have one or more clients 102, such as a browser application executed on a typical computing device (a browser client session), that accesses the system over a computer network 103 such as the Internet. The client 102 interactions go through a set of one or more controllers 104. The controllers are the entry-point into the system and take care of things like session tracking and session security and end user authentication. The controllers also take care of the work to prepare the screen or the wrapper for the content and determine which module of the application the user is trying to access and get the requested module to process the request. The system thus has one or more modules 106 that are components of application functionality and provide certain functionality. The modules 106 of the CRM system may include, by way of example, a portal module, a calendar module, an activities module, a contacts module, an accounts module, a leads module, an opportunities module, a quotes module, a products module, a cases module, a bug tracker module, a documents module, an emails module, a campaigns module, a project module, an RSS module, a forecasts module, a reports module and a dashboard module. Each of these modules provides a different functionality to the system so that, for example, the calendar module provides a calendaring functionality to the CRM system that is instantiated with the system. The system may also include an administration module that handles the typical administrative functions of the system. Each module contains a subclass of a SugarBean base object 108 and each module references the SugarBean to retrieve the data from the database 110 required for display.
  • FIG. 2 is a diagram illustrating an example of the user interface 120 of the system in FIG. 1. The user interface may include a home tab 121 (that is selected in FIG. 2) that provides a general overview of Cases, Opportunities, Appointments, Leads, Tasks, Calendar, Team Notices, and Pipeline. The home tab also includes shortcuts to enter most sorts of data, and a quick form for new contacts. The home tab also provides a quick overview of what customer tasks and activities you need to focus on today. The portal module (selected using a my portal tab 122), contains a series of shortcuts which can link to any web site you choose that may include e-mail, forums, or any other web-based application, allowing the system to become a single user interface for multiple applications. The calendar module may be selected by a calendar tab 124 and allows the user to view scheduled activities (by day, week, month or year), such as meetings, tasks, and calls. The system also allows the user to share his/her calendar with coworkers which is a powerful tool for coordinating the daily activities. The activities module is selected using an activities tab 126 and allows the user to create or update scheduled activities, or to search for existing activities. By managing Activities within the context of an Account, Contact, Lead, Opportunity, or Case, the system allows the user to manage the myriad of calls, meetings, notes, emails and tasks that the user needs to track in order to get the job done. The tasks are for tracking any action that needs to be managed to completion by a due date, the notes allow the user to capture note information as well as upload file attachments, the calls allow the user to track phone calls with leads and customers, meetings are like calls, but also allow the user to track the location of the meeting and emails allow the user to archive sent or received email messages.
  • 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 FIG. 1, the system also includes the database 110 that contains the data of the system and a security module 112 that implements the security methods to control access to the data in the database 110. The system may also include a database abstraction layer 114 that is coupled between the database 110 and the SugarBean object 108 in order to by an interface between the database 110 and the SugarBean object 108. The SugarBean object 108 provides the base logic required for retrieving and making available information from the database and each module creates subclasses of SugarBean to provide module specific details. During the process of retrieving data from the database, the SugarBean 108 makes calls that populate the row level security information into the SQL that retrieves the data.
  • 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.
  • FIG. 3 is a diagram illustrating the customer relationship management system 100 with the query counter in accordance with the invention. As shown, a query counter module 150 is coupled to the controllers 104 and the database abstraction layer 114. The query counter module, that may be preferably implemented as a piece of software code having a plurality of lines of computer code resident on the server computer that is executed by the processor of the server computer, determines the number of database queries on each page of the application during development to try and demonstrate and diagnose performance issues. In more detail, the module determines, for each page on the screen, the query counts per section of the screen and for the screen as a whole. The module also provides the user with the ability to show all of the queries next to the portion of the screen that the query was executed to populate which allows developers to quickly isolate the source of queries and also gives them a quick numeric value to judge changes against during the development.
  • FIG. 4 is an example of a user interface 160 of the administration module in accordance with the invention that incorporates a module loader module in accordance with the invention. The administration module permits an administrator of the system to perform various administrative functions including configuring of the system. The administrator module may include a module loader module that may be selected by a module loader tab 162. The loader module allows the easy end user administration of adding and removing components from the application. These components that may be added/removed from an application that is run on the system may include language packs, upgrades, new modules, and themes. The module can basically be used to make any changes to the sugar code-base that you would want. As shown, in the administration user interface, there is a screen to upload new modules. Once a module is uploaded, it, along with details about it, is listed as available for installation. If you click install, it is installed and then moved into the installed modules list and is available for un-installation. Internally, it handles all of the file management, metadata changes, SQL, and allows for arbitrary PHP code execution.
  • In accordance with the invention, the module loading may be implemented using a manifest file 170, an example of which is shown in FIGS. 5A and 5B. The manifest file format is used to enable loading Modules, Patches, Themes, and Language Packs, to the Sugar server/system. In the example shown in FIGS. 5A and 5B, a zip file for the “Songs” module is provided that is an example for creating your own Sugar loadable modules. The manifest file format is used for the module loader as well as an upgrade wizard as described below in more detail.
  • 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 FIG. 4. The upgrade wizard module is preferably a software module executing on the server that performs the upgrade process that includes change detection and system verification as will now be described.
  • FIG. 6 is a flowchart illustrating an upgrade process 180 in accordance with the invention. During an upgrade/update in accordance with the invention, change detection occurs that compares changes in the prior version of the code to the upgraded version. In a typical open source program, the program has the users unzip the upgrade over their current installation so that the user may loose any customizations that they may have made to the open source product. Thus, in step 182, the upgrade process starts by putting the file into a staging folder. Then, in step 184, an upgrade script is called that performs some checks on the upgrade file prior to beginning the upgrade process. In step 186, the upgrade script ensures that the system that it is upgrading is one of the known systems that it should be able to upgrade from. If the system is known, then in step 188, the upgrade script determines the upgrade steps that are needed from the specific installed version on the system since one upgrade package could support multiple prior versions and each version may have a slightly different series of upgrade steps. This makes the upgrade process much faster and easier than requiring the user to step through each version in sequence.
  • 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.
  • FIG. 7 is an example of a user interface 210 for configuring an offline client of the system shown in FIG. 1. This user interface permits the system to configure the system and server to provide a connection to a mobile client. When this is done, the mobile client becomes a miniature version of the application and it will automatically sync all data that the specified username/password has, and also sync the application changes as well. The application code changes are synced in a per file basis, only files that are not the same between the client and the server are synced and all code syncs are one way in that they only go from the server to the client. Any metadata and schema changes are synced the same way. Any changes to the code, metadata, configuration, schema on the server are automatically synced to the client. These changes are also synced as deltas and there is no full sync after the first time.
  • 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.
  • FIG. 8A-C illustrate several examples of an interactive template and theme of the customer relationship management system. FIG. 8A illustrates a paradise template and theme 300 that includes, in an upper portion 301 of the user interface, an ocean 302 with an island 304 in the middle of the user interface. In this template/theme, a boat 306 moves across the upper portion 301 of the user interface as a screen saver while the user interface is shown to the user during idle times so that the theme/template is interactive. FIG. 8B illustrates a shred template and theme 310 with the upper portion 301 of the user interface having a mountain background and a skier 312 wherein one or more snowflakes 314 drift down the user interface as a screen saver while the user views the user interface during idle periods. FIG. 8C illustrates an eighty's template and theme 320 wherein an alien character 322 drops down the user interface as a screen saver while the user is viewing the user interface during idle periods. In addition to these live action templates/themes, the interactive template and themes may incorporate a game or other hidden or interactive content into the user interface. The templates and themes shown in FIGS. 8A-8C, these user interfaces can be used with various other business software applications and other systems.
  • 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, FIG. 9A illustrates an Awesome 80's theme and template, FIG. 9B illustrates a Final Frontier theme and template, FIG. 9C illustrates a Golden Gate theme and template, FIG. 9D illustrates a Links theme and template, FIG. 9E illustrates a Love theme and template, FIG. 9F illustrates a Pipeline theme and template, FIG. 9G illustrates a Retro theme and template, FIG. 9H illustrates a Ripcurl theme and template, FIG. 91 illustrates a Sugar theme and template, FIG. 9J illustrates a Sugar Classic theme and template, FIG. 9K illustrates a Sugar Lite theme and template, FIG. 9L illustrates a Sunset theme and template and FIG. 9M illustrates a White Sands theme and template. The templates and themes shown in FIGS. 9A-9M, these user interfaces can be used with various other business software applications and other systems.
  • 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 (12)

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.
US11/504,571 2005-08-12 2006-08-14 Customer relationship management system and method Abandoned US20070143165A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/504,571 US20070143165A1 (en) 2005-08-12 2006-08-14 Customer relationship management system and method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US70782005P 2005-08-12 2005-08-12
US11/504,571 US20070143165A1 (en) 2005-08-12 2006-08-14 Customer relationship management system and method

Publications (1)

Publication Number Publication Date
US20070143165A1 true US20070143165A1 (en) 2007-06-21

Family

ID=38092683

Family Applications (5)

Application Number Title Priority Date Filing Date
US11/504,571 Abandoned US20070143165A1 (en) 2005-08-12 2006-08-14 Customer relationship management system and method
US11/504,746 Abandoned US20070150482A1 (en) 2005-08-12 2006-08-14 Customer relationship management system and method
US11/504,315 Active 2029-07-25 US7941798B2 (en) 2005-08-12 2006-08-14 Customer relationship management system and method having code reuse
US12/185,001 Active 2026-12-14 US8489543B2 (en) 2005-08-12 2008-08-01 Customer relationship management system and method
US13/931,988 Active US9342292B2 (en) 2005-08-12 2013-06-30 Customer relationship management system and method

Family Applications After (4)

Application Number Title Priority Date Filing Date
US11/504,746 Abandoned US20070150482A1 (en) 2005-08-12 2006-08-14 Customer relationship management system and method
US11/504,315 Active 2029-07-25 US7941798B2 (en) 2005-08-12 2006-08-14 Customer relationship management system and method having code reuse
US12/185,001 Active 2026-12-14 US8489543B2 (en) 2005-08-12 2008-08-01 Customer relationship management system and method
US13/931,988 Active US9342292B2 (en) 2005-08-12 2013-06-30 Customer relationship management system and method

Country Status (4)

Country Link
US (5) US20070143165A1 (en)
EP (1) EP1924226A2 (en)
JP (1) JP2009508190A (en)
WO (1) WO2007064374A2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090171881A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Method and Apparatus for Modifying a Process Based on Closed-Loop Feedback
US20110302487A1 (en) * 2010-06-08 2011-12-08 Microsoft Corporation Web Client Command Infrastructure Integration into a Rich Client Application
US8522240B1 (en) * 2006-10-19 2013-08-27 United Services Automobile Association (Usaa) Systems and methods for collaborative task management
US20140236649A1 (en) * 2013-02-21 2014-08-21 Atlassian Pty Ltd Method and Apparatus for Performing Remote Operations in an Issue Tracking Environment
US20150332287A1 (en) * 2014-05-16 2015-11-19 International Business Machines Corporation Social customer relationship management opportunity templating
US9626239B2 (en) * 2014-01-06 2017-04-18 Red Hat, Inc. Bug reporting and communication

Families Citing this family (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8200775B2 (en) 2005-02-01 2012-06-12 Newsilike Media Group, Inc Enhanced syndication
US8140482B2 (en) 2007-09-19 2012-03-20 Moore James F Using RSS archives
US8700738B2 (en) * 2005-02-01 2014-04-15 Newsilike Media Group, Inc. Dynamic feed generation
US20080195483A1 (en) * 2005-02-01 2008-08-14 Moore James F Widget management systems and advertising systems related thereto
US20070050446A1 (en) 2005-02-01 2007-03-01 Moore James F Managing network-accessible resources
US8200700B2 (en) 2005-02-01 2012-06-12 Newsilike Media Group, Inc Systems and methods for use of structured and unstructured distributed data
US8347088B2 (en) 2005-02-01 2013-01-01 Newsilike Media Group, Inc Security systems and methods for use with structured and unstructured data
US9202084B2 (en) 2006-02-01 2015-12-01 Newsilike Media Group, Inc. Security facility for maintaining health care data pools
US9129038B2 (en) 2005-07-05 2015-09-08 Andrew Begel Discovering and exploiting relationships in software repositories
US8954511B2 (en) * 2005-11-01 2015-02-10 Blackberry Limited System and method for collecting and presenting records in a journal on an electronic device
US20080046369A1 (en) * 2006-07-27 2008-02-21 Wood Charles B Password Management for RSS Interfaces
US20090271762A1 (en) * 2008-04-29 2009-10-29 Sugarcrm Inc. Business software application system and method
US20090070744A1 (en) * 2007-08-28 2009-03-12 Sugarcrm Inc. CRM SYSTEM AND METHOD HAVING DRILLDOWNS, ACLs, SHARED FOLDERS, A TRACKER AND A MODULE BUILDER
US20080276190A1 (en) * 2007-04-03 2008-11-06 Sugarcrm Inc. Customer Relationship Management System with Quicknotes
US8612538B2 (en) * 2007-08-21 2013-12-17 Honeywell International Inc. System and method for upgrading telemonitor unit firmware
US8122040B2 (en) 2007-08-29 2012-02-21 Richard Banister Method of integrating remote databases by automated client scoping of update requests over a communications network
US8515727B2 (en) * 2008-03-19 2013-08-20 International Business Machines Corporation Automatic logic model build process with autonomous quality checking
US8078577B2 (en) 2008-04-07 2011-12-13 Installfree, Inc. Method of bi-directional synchronization of user data
US8352445B2 (en) * 2008-05-23 2013-01-08 Microsoft Corporation Development environment integration with version history tools
WO2010068930A1 (en) * 2008-12-11 2010-06-17 Sugarcrm Inc. Business software application system and method
US20100162205A1 (en) * 2008-12-23 2010-06-24 Cisco Technology, Inc. Apparatus and method for automatically generating capability statements for management interfaces
CA2708911C (en) 2009-07-09 2016-06-28 Accenture Global Services Gmbh Marketing model determination system
JP5471883B2 (en) * 2009-07-17 2014-04-16 株式会社リコー Information processing apparatus, information processing method, and information processing program
US8825561B2 (en) * 2009-08-10 2014-09-02 International Business Machines Corporation Method and system of determining a prioritized list of users related to a given goal
JP5175903B2 (en) 2009-08-31 2013-04-03 アクセンチュア グローバル サービスィズ ゲーエムベーハー Adaptive analysis multidimensional processing system
US8825509B2 (en) * 2009-10-23 2014-09-02 Salesforce.Com, Inc. System, method and computer program product for leveraging a customer relationship management system to send meeting invitations
KR20110080448A (en) * 2010-01-06 2011-07-13 삼성전자주식회사 Application developing system and method for developing the same
US8195741B2 (en) * 2010-05-28 2012-06-05 Microsoft Corporation Cached and server views with automatic caching and smooth scrolling
US20120102153A1 (en) * 2010-10-25 2012-04-26 Salesforce.Com, Inc. Triggering actions in an information feed system
WO2013012690A1 (en) * 2011-07-15 2013-01-24 Integware, Inc. Software automated data and data model upgrade system
KR101819508B1 (en) 2011-07-25 2018-03-02 삼성전자주식회사 Apparatus and method for changing theme of application in portable terminal
TW201344488A (en) * 2012-04-20 2013-11-01 Hon Hai Prec Ind Co Ltd Method and system for protecting PHP program
US8775682B1 (en) * 2012-05-08 2014-07-08 Google Inc. Data synchronization with eventual consistency
US9197643B2 (en) 2013-07-22 2015-11-24 Bank Of America Corporation Application and permission integration
US10339113B2 (en) 2013-09-21 2019-07-02 Oracle International Corporation Method and system for effecting incremental changes to a repository
US10101974B2 (en) * 2014-07-31 2018-10-16 Angel.Com Incorporated Contact center application creating using reusable program modules
US10628800B2 (en) * 2014-10-28 2020-04-21 Sugarcrm Inc. Meeting launcher
US9639350B2 (en) * 2014-12-15 2017-05-02 Red Hat, Inc. Tagging non-upstream source code
US10002119B2 (en) 2015-01-06 2018-06-19 Northrop Grumman Systems Corporation Aggregation and tracked changes of information from multiple databases using unique identification method
US20160307202A1 (en) * 2015-04-14 2016-10-20 Sugarcrm Inc. Optimal sales opportunity visualization
CN104965687B (en) * 2015-06-04 2017-12-08 北京东方国信科技股份有限公司 Big data processing method and processing device based on instruction set generation
US10120661B2 (en) * 2015-07-16 2018-11-06 Sugarcrm Inc. Multi-flavored software execution from a singular code base
CN105159718B (en) * 2015-09-06 2018-11-16 杭州华为数字技术有限公司 Firmware upgrade method and device
CN115997008A (en) 2020-04-22 2023-04-21 艾欧凡斯生物治疗公司 Systems and methods for coordinating the manufacture of cells for patient-specific immunotherapy
US11507730B1 (en) * 2021-09-30 2022-11-22 Atlassian Pty Ltd. User interface with command-line link creation for generating graphical objects linked to third-party content

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6091411A (en) * 1996-12-06 2000-07-18 Microsoft Corporation Dynamically updating themes for an operating system shell
US20030101223A1 (en) * 2000-09-01 2003-05-29 Pace Charles P. System and method for synchronizing assets on multi-tiered networks
US6587847B1 (en) * 1999-08-24 2003-07-01 Stream International, Inc. Method and system for monitoring knowledge use
US20030126136A1 (en) * 2001-06-22 2003-07-03 Nosa Omoigui System and method for knowledge retrieval, management, delivery and presentation
US7137069B2 (en) * 1998-12-18 2006-11-14 Tangis Corporation Thematic response to a computer user's context, such as by a wearable personal computer
US7188143B2 (en) * 2001-07-06 2007-03-06 Yahoo! Inc. Messenger-controlled applications in an instant messaging environment
US7376906B2 (en) * 2000-04-06 2008-05-20 Microsoft Corporation Binary cache file format for themeing the visual appearance of a computer system

Family Cites Families (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3857813A (en) * 1971-11-05 1974-12-31 Dow Chemical Co Incorporation of reinforcing fibers into olefin polymers
US3779592A (en) * 1972-06-01 1973-12-18 Rockwell International Corp High strength vehicle bumper
US4460205A (en) * 1981-12-21 1984-07-17 Concept Anaylsis Corporation Energy absorbing vehicle bumper assembly
US4622192A (en) * 1984-01-10 1986-11-11 Phillips Petroleum Company Stampable sheets of glass/carbon fiber mat reinforced polymers of olefin and method of preparation
US5132172A (en) * 1986-06-11 1992-07-21 Minnesota Mining And Manufacturing Company Primed polyolefin surfaces for epoxy adhesives
US4880704A (en) * 1988-03-28 1989-11-14 Allied-Signal Inc. Organic reinforcing fibers with bundle separation during fiber cutting and storage
GB9006675D0 (en) * 1990-03-26 1990-05-23 British Telecomm Optical apparatus
JP2858160B2 (en) * 1990-05-11 1999-02-17 本田技研工業株式会社 Adhesion structure of Al alloy press-formed plate
US5106928A (en) * 1991-04-29 1992-04-21 National Starch And Chemical Investment Holding Corporation Acrylic adhesive composition and organoboron initiator system
US5154462A (en) * 1991-12-23 1992-10-13 Ford Motor Company Method for making a bonded vehicular cross member bumper beam from two materials
US5269574A (en) * 1992-02-10 1993-12-14 Exxon Chemical Patents Inc. High performance vehicle bumper
US5456957A (en) * 1992-03-06 1995-10-10 The Standard Products Company Body side molding and method
US5576558A (en) * 1992-05-21 1996-11-19 The Yokohama Rubber Co., Ltd. Primer composition containing polyisocyanate and phosphate for bonding to a hard-to-bond material
CH683683A5 (en) * 1992-05-22 1994-04-29 Alusuisse Lonza Services Ag Kunststoffolienverbunde and packaging.
DE59410387D1 (en) * 1993-01-29 2004-10-21 Ticona Gmbh Fiber-reinforced cycloolefin copolymer material, process for its production and molded articles from the material
US5364159A (en) * 1993-06-15 1994-11-15 Davidson Textron Inc. Structural instrument panel carrier assembly
AUPM345994A0 (en) * 1994-01-21 1994-02-10 Commonwealth Scientific And Industrial Research Organisation Surface treatment of polymers
DE69427411T2 (en) * 1994-02-22 2002-06-06 Minnesota Mining & Mfg POLYMERIZABLE COMPOSITION CONTAINS POLYMERIZATION INITIATOR SYSTEMS BASED ON ORGANOBORAN AMINE COMPLEXES
US5691065A (en) * 1995-02-22 1997-11-25 Minnesota Mining And Manufacturing Company Polymerizable compositions made with polymerization initiator systems based on organoborane amine complexes
US6168226B1 (en) * 1994-05-19 2001-01-02 Henkel Corporation Composite laminate automotive structures
US5575526A (en) * 1994-05-19 1996-11-19 Novamax Technologies, Inc. Composite laminate beam for radiator support
DE4432271A1 (en) * 1994-09-09 1996-03-14 Teroson Gmbh Process for connecting molded plastic parts
US5621143A (en) * 1995-04-14 1997-04-15 Minnesota Mining And Manufacturing Company Organoborane polyoxyalkylenepolyamine complexes and adhesive compositions made therewith
US5616796A (en) * 1995-04-14 1997-04-01 Minnesota Mining And Manufacturing Company Organoborane polyamine complexes and adhesive composition made therewith
US5686544A (en) * 1995-08-11 1997-11-11 Minnesota Mining And Manufacturing Company Organoborane polyamine complex initiator systems and polymerizable compositions made therewith
DE19536961A1 (en) * 1995-10-04 1997-04-10 Henkel Kgaa Polyolefin-based molded parts and films with permanently improved surface properties
JP2000500172A (en) * 1995-11-07 2000-01-11 ミネソタ・マイニング・アンド・マニュファクチャリング・カンパニー Initiator system and adhesive composition produced using the same
US5863642A (en) * 1996-07-26 1999-01-26 Fabrene, Inc. Water resistant and vapor phase corrosion inhibitor composite material
US5853857A (en) * 1997-02-20 1998-12-29 The Budd Company Windshield frame
US6082792A (en) * 1998-05-07 2000-07-04 General Electric Company Vehicle bumper
AU8070098A (en) 1998-06-12 1999-12-30 Minnesota Mining And Manufacturing Company Initiator systems and adhesive compositions made therewith
US6109586A (en) * 1998-06-15 2000-08-29 Donnelly Corporation Filled polyolefin mirror support
US6275223B1 (en) * 1998-07-08 2001-08-14 Nortel Networks Limited Interactive on line code inspection process and tool
KR100674058B1 (en) * 1998-12-05 2007-01-25 임페리알 케미칼 인더스트리즈 피엘씨 Emulsification Systems and Emulsions
US6634702B1 (en) * 1999-06-23 2003-10-21 Dynamit Nobel Kunstsoff Gmbh Front-end module for a motor vehicle
US6421979B1 (en) * 1999-09-16 2002-07-23 Basf Aktiengesellschaft Composite constructional element
FR2801026B1 (en) * 1999-11-15 2002-02-15 Plastic Omnium Cie AUTOMOTIVE TECHNICAL FRONT PANEL, WITHOUT RADIATOR
US6806330B1 (en) * 1999-12-17 2004-10-19 Dow Global Technologies Inc. Amine organoborane complex polymerization initiators and polymerizable compositions
US6624099B1 (en) * 1999-12-17 2003-09-23 Basell Poliolefine Italia S.P.A. Glass-reinforced multi-layer sheets from olefin polymer materials
DE10015984A1 (en) * 2000-03-31 2001-10-18 Ticona Gmbh Long fiber-reinforced polyolefin structure used for colored parts comprises polyolefin(s), polyamide(s), modified polyolefin(s), reinforcing fiber(s) and sulfur-containing additive(s)
EP1195675A1 (en) * 2000-07-14 2002-04-10 Sun Microsystems, Inc. Comment driven processing
US6895438B1 (en) * 2000-09-06 2005-05-17 Paul C. Ulrich Telecommunication-based time-management system and method
JP4762444B2 (en) * 2001-06-15 2011-08-31 富士重工業株式会社 Vehicle front-end structure
GB0114684D0 (en) * 2001-06-15 2001-08-08 Dow Chemical Co Automobile assembly
US20030044553A1 (en) * 2001-08-23 2003-03-06 Ravi Ramanathan Fuel tanks
US6712426B2 (en) * 2001-10-17 2004-03-30 Textron Automotive Company, Inc. Motor vehicle front end structure
US7219140B2 (en) * 2001-12-05 2007-05-15 Dennis Craig Marl Configuration and management systems for mobile and embedded devices
US6814400B2 (en) * 2001-12-17 2004-11-09 Decoma International Inc. Front end assembly with component integration panel
WO2003056095A1 (en) * 2001-12-27 2003-07-10 Asahi Fiber Glass Co., Ltd. Binder for glass fiber, glass fiber for olefin resin reinforcement, and process for producing olefin resin composition for fiber-reinforced molding
US20040003383A1 (en) * 2002-06-28 2004-01-01 Microsoft Corporation Stripping of unnecessary information from source code
US7160944B2 (en) * 2003-06-17 2007-01-09 Crompton Corporation Process for the preparation of a polyolefin emulsion and hybrid polyolefin-polyurethane dispersion derived therefrom
US20050066324A1 (en) * 2003-09-22 2005-03-24 Microsoft Corporation Method and system for distributing and installing software
US20050216486A1 (en) * 2004-03-26 2005-09-29 Lucent Technologies Inc. Methods and systems for software release management
GB2416046A (en) * 2004-05-20 2006-01-11 Symbian Software Ltd Automated software update
US20070271552A1 (en) * 2006-05-19 2007-11-22 Pulley Robert A System and method for packaging software
US20090210245A1 (en) * 2007-12-28 2009-08-20 Edwin Leonard Wold Drawing and data collection systems
US20090271768A1 (en) * 2008-04-24 2009-10-29 International Business Machines Corporation Discriminating program code updates after merging for live review
US8661428B2 (en) * 2008-04-25 2014-02-25 Vmware, Inc. Updating a file using differences and file format therefor
US8291403B2 (en) * 2008-06-30 2012-10-16 Symantec Operating Corporation Install-unit upgrade using dynamic configuration data manipulation and merging

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6091411A (en) * 1996-12-06 2000-07-18 Microsoft Corporation Dynamically updating themes for an operating system shell
US7137069B2 (en) * 1998-12-18 2006-11-14 Tangis Corporation Thematic response to a computer user's context, such as by a wearable personal computer
US6587847B1 (en) * 1999-08-24 2003-07-01 Stream International, Inc. Method and system for monitoring knowledge use
US7376906B2 (en) * 2000-04-06 2008-05-20 Microsoft Corporation Binary cache file format for themeing the visual appearance of a computer system
US20030101223A1 (en) * 2000-09-01 2003-05-29 Pace Charles P. System and method for synchronizing assets on multi-tiered networks
US20030126136A1 (en) * 2001-06-22 2003-07-03 Nosa Omoigui System and method for knowledge retrieval, management, delivery and presentation
US7188143B2 (en) * 2001-07-06 2007-03-06 Yahoo! Inc. Messenger-controlled applications in an instant messaging environment

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8522240B1 (en) * 2006-10-19 2013-08-27 United Services Automobile Association (Usaa) Systems and methods for collaborative task management
US20090171881A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Method and Apparatus for Modifying a Process Based on Closed-Loop Feedback
US7730005B2 (en) * 2007-12-28 2010-06-01 International Business Machines Corporation Issue tracking system using a criteria rating matrix and workflow notification
US20110302487A1 (en) * 2010-06-08 2011-12-08 Microsoft Corporation Web Client Command Infrastructure Integration into a Rich Client Application
US9110686B2 (en) * 2010-06-08 2015-08-18 Microsoft Technology Licensing, Llc Web client command infrastructure integration into a rich client application
US10437584B2 (en) 2010-06-08 2019-10-08 Microsoft Technology Licensing, Llc Web client command infrastructure integration into a rich client application
US20140236649A1 (en) * 2013-02-21 2014-08-21 Atlassian Pty Ltd Method and Apparatus for Performing Remote Operations in an Issue Tracking Environment
US9626239B2 (en) * 2014-01-06 2017-04-18 Red Hat, Inc. Bug reporting and communication
US20150332287A1 (en) * 2014-05-16 2015-11-19 International Business Machines Corporation Social customer relationship management opportunity templating
US10140667B2 (en) * 2014-05-16 2018-11-27 International Business Machines Corporation Social customer relationship management opportunity templating

Also Published As

Publication number Publication date
JP2009508190A (en) 2009-02-26
WO2007064374A3 (en) 2009-04-16
US20070150482A1 (en) 2007-06-28
US20090070755A1 (en) 2009-03-12
US9342292B2 (en) 2016-05-17
EP1924226A2 (en) 2008-05-28
US7941798B2 (en) 2011-05-10
WO2007064374A2 (en) 2007-06-07
US20070143747A1 (en) 2007-06-21
US20130298114A1 (en) 2013-11-07
US8489543B2 (en) 2013-07-16
WO2007064374A9 (en) 2007-08-23

Similar Documents

Publication Publication Date Title
US9342292B2 (en) Customer relationship management system and method
US8839232B2 (en) Customer relationship management portal system and method
US20110145805A1 (en) Customer relationship management system and method
US10467633B2 (en) Business software application system and method
US9268538B2 (en) Metadata driven user interface system and method
US9632768B2 (en) Exchanging project-related data in a client-server architecture
US20080028021A1 (en) Customer relationship management system and method
US20070283287A1 (en) Customer relationship management system and method
EP2548163A1 (en) Business software application system and method with productivity bar and expression engine
US10387130B1 (en) Metadata driven distributed application behavior system and method
Ellermann et al. Microsoft system center optimizing service manager
Pankov Network Backup with Bacula How-To
MVP et al. Microsoft System Center 2016 Service Manager Cookbook
Snyder et al. Working with Microsoft Dynamics CRM 2011
Sagar Mastering Jira 7
Callahan Mastering Windows SharePoint Services 3.0
Holloway et al. Professional Mom 2005, Sms 2003 & Wsus
Hillier REAL WORLD SHAREPOINT 2007, INDISPENSIBLE EXPERIENCES FROM 16 MOSS AND WSS MVP'S
Hartikainen APPLICATION REQUEST AND APPROVAL IN ENTERPRISE
WO2007145819A2 (en) Customer relationship management system and method
O'Connor et al. Microsoft SharePoint Foundation 2010 Inside Out
Hild et al. Pro SharePoint Solution Development: Combining. NET, SharePoint and Office 2007
Meyler et al. System Center Configuration Manager (SCCM) 2007 Unleashed
Bryce et al. Code Distribution Process-Definition of Evaluation Metrics
Santry DotNetNuke Module Developers Guide

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION