Tag Archives: Person

Display Image to notify number of Cases/Opportunities/Leads against Person/Company

If you find this useful, Please drop us a mail on crm@greytrix.com. Have you ever been imagine displaying a notification related to number of Cases created against a person? Solution: If you are looking: 1. To identify how many cases registered against a person on the Person’s summary tab 2. Or willing to show count… Read More: Display Image to notify number of Cases/Opportunities/Leads against Person/Company »

Can the Account Manager at the Person level be updated when the Account Manager is changed at the Company Level?

When we create a new Company, the routine written in UpdateRecord() function has gets fired. we can check the company id generated in the IF statement to decide whether it should proceed further or not. We can use the following code to resolve the problem: function UpdateRecord() { var compid = new String(eWare.GetContextInfo(‘Company’,’Comp_CompanyId’)); if(compid==”” ||… Read More: Can the Account Manager at the Person level be updated… »

Display the Location of Person on Google Map depends upon his City.

Willing to add Google Map functionality with SageCRM so it will be easy to identify the exact location of Person? We have developed an application so along with Person Tab one more tab will appear named “GMAP Location”. Clicking on this tab; application will search on GMAP depend upon current City stored for that Particular… Read More: Display the Location of Person on Google Map depends upon… »

Search for duplicate Emails for existing ACCPAC CRM persons and delete, if any.

Want to search for duplicate entries for Email records? Need a routine to get rid of duplicate entries? Solution:We have a workaround which can easily search for duplicate Emails for the person. Also it will allow the user to delete the Email Addresses which are repeated. We will provide a new Tab named “Searching for… Read More: Search for duplicate Emails for existing ACCPAC CRM persons and… »

Restrics Inactive Person to be selected for Communication, Opportunity and Lead.

While creating any Communication, Opportunity and Leads, all People from SageCRM get listed even if the person is Inactive. Now, we can restrict the inactive persons from the Person Lists!!! Solution:While creating Communication, Lead, and Opportunity in CRM, those People would not be available under the list of Person field whose status is set to… Read More: Restrics Inactive Person to be selected for Communication, Opportunity and… »