Tag Archives: font

Modify font size of fields added in Entity Top Content screen

Sage CRM Entity Top Content screens are used to give quick overview of an entity without actually having to drill down to field level. One of my colleague asked to if the font size of the fields which are in top content can be increased. Well, the answer is yes. In this blog, we will… Read More: Modify font size of fields added in Entity Top Content… »

Change font color for Textboxes on standard screens

Let’s say I want to change the way text appears in a textbox when the screen loads as well as when I type in the field. Here is the function you can write in Custom Content of the screen to achieve the same. Script //’Function to change text color in function ChangeTextColor(FldName,TextColor) { FldName =… Read More: Change font color for Textboxes on standard screens »