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… »

Link the Cases (Created through Support Mails) to Case Workflow

Query I have set up CRM to auto-respond to support emails and create cases from them, as described in the Systems Administrator’s guide. This is all working fine. However, the created cases are not assigned to the case workflow. We have multiple case workflows, and I would like to be able to assign the new… Read More: Link the Cases (Created through Support Mails) to Case Workflow »

Smart ECF

Question: User have created fields table using fields.es file. In this es file user should give user name and password of database. Now, user always keep changing password of database for security purpose. So how can user access fields table in such case? User don’t want to change es file. Answer: In regards to this… Read More: Smart ECF »

Reschedule the Task and Appointments for Particular User in SageCRM

Now we can REschedule the tasks and appointments for any particular user (i.e. to postponed communications for within the range of dates). It will provide a new tab in the “My CRM” context which will provide a screen to accept user name and date (from and to). It will display the list of all the… Read More: Reschedule the Task and Appointments for Particular User in SageCRM »