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 tab2. Or willing to show count of cases… Read More »

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 »

Multiple Phone Number Entry for a Person

Need to enter multiple phone numbers for a Person? In a Standard Sage CRM, you can not enter more than 5 mobile numbers. Are you willing to enter more than 5 telephone numbers for your client? Solution: A new Tab will appear on Person Tab Group Named Custom Phone. When user will click on New… Read More »

Link multiple People to a Lead in Sage CRM.

Description:As per Sage CRM standard only one Person can be linked with the lead which gets created as a primary contact person for a company (is creating a new company) once the lead gets converted to an opportunity.Now, want to add multiple persons to a lead!! Solution:We can allow the Sage CRM Users to create… Read More »

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 »