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: Changing field length of a text field »

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: Dynamic selection for the Multi Selection fields. »

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: SSN field format »