Category Archives: Phone

Alter length of Phone Number Fields in Sage CRM

In our earlier blogs posts, we had explained how to set field length at run time using JavaScript and jQuery. Following are the links for the same. 1) Set field length at run time in Sage CRM 2) Changing max allowable length of Text field using JQuery New Stuff: Using Primary Key Column of an… Read More »

Codeless Customization: Add Custom Entity New Screen when accessed through iPhone

In the previous blog, we had explained how to add custom entity find screen when accessed through Sage CRM iPhone. In this blog, we will explain how to add custom entity New screen to Sage CRM iPhone. Let’s consider an example: Sage CRM has a custom entity Project and you wanted to add new project… Read More »

Associate Company and Persons to Primary entities in Sage CRM for Mobile

In Sage CRM on-premise version, it has an ability to select Company and Persons while creating Cases, Opportunities, and Communications. But when Sage CRM is accessed using mobile devices like Android, Tablets etc. entry screens does not show the Company and Person SSA fields. Refer below screenshot. New Stuff: Rich Text Editor on Multiline Text fields… Read More »

How to add the Mobile Phone and Private Phone fields to the views being used by Find screens, Reports and Groups

This blog explains how one can fetch different categories of phone numbers and Email addresses tagged against particular person to display in Report, Find Screen and groups in CRM. First let me explain the structure of Phone and Email entities in CRM. Refer the below given details. After understanding the relationship between entities specified in… Read More »

Remove unwanted Phone-Email fields Part 2

In my previous blog I had explained how this can be done in standard way. https://www.greytrix.com/blogs/sagecrm/2012/10/20/remove-unwanted-phone-email-fields/ Bu what if you want to just hide the unwanted fields in the Phone/Email tab and not remove them?  Same can be done by implementing JavaScript as explained below. Here are the installation instructions. 1. Create a ClientFuncs.js file… Read More »