Tag Archives: Field

Changing field length of a text field

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(); AddColumn(‘Company’,’comp_test’,’10’,’(30)‘,’true’,’false’); var EditsId11144 = AddCustom_Edits(‘Company’,’comp_test’,’10’,’0′,”,’20’,”,”,”,”,”); AddCustom_Data(‘Custom_Edits’,’ColP’,’ColP_ColPropsId’,’ColP_ColPropsId,ColP_TiedFields,ColP_Restricted,ColP_DataType,ColP_DataSize’,EditsId11144+’,”,”,””,”4″,”30″‘,’1’)… Read More »

Dynamic selection for the Multi Selection fields.

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 Selection options for… Read More »

HIde Fields from Top Content Screen

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 which… Read More »

SSN field format

Do you have SSN or PAN number fields on your Person Entry screen? While Filling SSN field its very tedious to put the hyphens in betweeen Numbers at right place. We have a solution.We have written a script and user no need to worry about hyphens. User need to enter the number only and hyphens… Read More »

Change the Color of Fields depends upon Type.

Description It is really difficult to identify the type of customer in one glance at record? What if we color the Records depends upon their types? Suppose you are having multiple company records of various types like Vendor, Customer, Partner and so on. But while going through the record there is no strong indication for… Read More »