Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewpoer/sugarcrm-cases-grab-accounts
Customization for a SugarCRM System that will allow new Cases to automatically populate the Account Name if a Contact is specified.
https://github.com/matthewpoer/sugarcrm-cases-grab-accounts
Last synced: 30 days ago
JSON representation
Customization for a SugarCRM System that will allow new Cases to automatically populate the Account Name if a Contact is specified.
- Host: GitHub
- URL: https://github.com/matthewpoer/sugarcrm-cases-grab-accounts
- Owner: matthewpoer
- Created: 2012-07-26T05:40:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-27T14:43:39.000Z (over 12 years ago)
- Last Synced: 2024-11-06T13:17:46.004Z (3 months ago)
- Language: PHP
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SugarCRM-Cases-Grab-Accounts
============================Customization for a SugarCRM System that will allow new Cases to automatically populate the Account Name if a Contact is specified.
By default, SugarCRM will attempt to parse incoming emails for information on existing cases, or even create new cases, as is necessary. When the Case record is created, it is related to the inbound email and a Contact or Account, whichever has a matching email address.
For many customers, though, it will be beneficial to populate both an Account *and* a Contact field. For these systems, this customization exists. The logic is simple: when creating or modifying a Case record, associate the related Contact's Account to the Case (if there is no Account already populated).