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
[...]
Sometimes we came across the scenario of hiding the field on onload of page (View mode) as well as OnChange of page (Edit mode). For this you have to write script. In this blog I would like to represent easy and simple way to do this.
Consider a scenario where oppo_sectionalready is a checkbox field [...]
I came across this very interesting question on SAGE Accpac forum. The requirement was not to wrap the caption of the field on screen. We did some research to come across a feasible solution and thought why not share this with all and so here is the post on our blog.
Well the scenario is; [...]
Upgrading SageCRM to 6.1? Attention: – few nVarchar fields in SageCRM 6.0 are now Changed to nText in SageCRM 6.1
During a development session at our end, we came to know about these changes in SageCRM v6.1.
Some of the fields from table Custom Captions were of type “nVarChar” up to version 6.0 of SageCRM. [...]
Most of the developers might be aware of this but for new guys it may helpful.
While creating a new Lead; we have a screen to enter Person details where we can fill Person Name, E-mail and Phone Number etc. You might have observed that when you click on Create or Attach Person button; values [...]
For example: In CRM if you want to save mobile number, what you will do is, you will create a field for saving value of the mobile number. Now on an entry screen we can add this field in order to enter and save the value. The value will be saved in the mobile [...]
Are you aware that you can achieve the value of the selected option in selection field easily by writing the script like below in custom content?
However using this script; you will get the code value, but what if you want the caption value for the same? Well, you can do this by [...]
Yes we can easily change the field length of an existing text field. We will have to just make changes in the component file. Here for example, we have changed the field length of the text type field (i.e. “Test”) from 20 to 30.
FamilyType=’Tags’;
Family=’ColNames’;
Code=’comp_test’;
Captions['US']=’Test’;
AddCaption();
[...]
Currently, there is no functionality available which allows user to fill one multi select field based upon the another multi select field dynamically.
Solution:
We have a tool which does the same. Suppose there are two multi select fields named Category (i.e. pers_category) and Sub Category (i.e. pers_subcategory) under the Person Entity.
The [...]
Do you want to hide the standard fields from Top Content Screen?
If you see, Some standard fields from Top Contect Screen of any entity could not be available in TopContent Screen if you are willing to hide them from Top Content Screen.
If you are willing to hide such field we have a script [...]
Blog Archives
- May 2012 (6)
- April 2012 (5)
- March 2012 (7)
- February 2012 (6)
- January 2012 (6)
- December 2011 (3)
- November 2011 (5)
- October 2011 (8)
- September 2011 (5)
- August 2011 (9)
- July 2011 (9)
- June 2011 (13)
- May 2011 (10)
- April 2011 (10)
- March 2011 (6)
- February 2011 (5)
- January 2011 (6)
- December 2010 (9)
- November 2010 (10)
- October 2010 (8)
- September 2010 (8)
- August 2010 (8)
- July 2010 (7)
- June 2010 (8)
- May 2010 (7)
- April 2010 (7)
- March 2010 (1)
- February 2010 (1)
- November 2009 (2)
- October 2009 (7)
- September 2009 (9)
- August 2009 (16)
- July 2009 (15)
- June 2009 (18)
- May 2009 (24)
- April 2009 (22)
- March 2009 (10)
- February 2009 (6)
- January 2009 (5)
- December 2008 (22)
- November 2008 (4)
- September 2008 (8)
- August 2008 (30)
- July 2008 (5)
- June 2008 (3)
Tags
Bi-Directional Case Communication Company CRM7.0 Custom Date Delete document Email Entity Escalation Field GUMU import INTEGRATION Lead library MAS 90/200 merge Multi-Company MultiSelect opportunity Opporunity Order Order Entry Person Phone REAL TIME Report Sage CRM.com Sage CRM 7.0 Sage CRM 7.1 Sage Pro Sage Saleslogix screen search select advance self service SSA summary report task territory Uncategorized web client workflow
