Custom Entity E-Mail Sending.

Can we create a Template for Custom Entity in SageCRM? No. Then what to do if we want to send an E-Mail with a Template which contains fields from custom entities? We have solution. We have developed an component which will create a Template containing fields from custom Entity which we could be able to… Read More »

Custom Entity Mail Merge?

As per the standard SageCRM functionality we could use the Mail Merge functionality with Standard Primary entities only. Do you want to activate this functionality for Custom Entity? We have developed a component so we could be able to use Mail Merge functionality with Custom Entity. We can Add the fields from Custom Entity in… 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 »

ERP data in Company Entity

Are you looking for an Functionality so you could be able to synch the data from ERP to CRM and could be able to Dispaly it in CRM? Yes, it is possible to display the data from ARCUS table into the Sage CRM. This can be achieved by two ways; one way is that through… Read More »

Creating User Multi Selects

Currently this facility of Multiple User Select field is available for Communication Table only. It does not work for other tables because the User multi select writes into a field of data type ‘Int’ and as an ‘Int’ field it could not store multiple values in same field and needs a link table to store… Read More »

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 »