Re: HELP: Cannot add TextField type fields
If you are able to create fields of any other types, as workaround to this mudule builder/studio issue could be:
1. create a file named: /custom/Extansion/modules/Contacts/EXT/vardefs/field_name.php
2. Into this file add this code:
PHP Code:
<?php
$dictionary["Contact"]["fields"]["field_name"]["type"]="varchar";
?>
3. Save the file ans gave the correct access rights to it.
4. Run repair/rebuild.
Now when this field is placed in edit/quickcreate views it will be renderized as a text field evem if created on studio as a diferent type.
Rafael Queiroz Gonçalves
Advanced OMG UML Certified Professional
Sun Certified Enterprise Architect for the Java Platform
Sun Certified Programmer for the Java 2 Platform
IBM Certified Advanced Application Developer - Lotus Notes and Domino
IBM Certified Application Developer - IBM WebSphere Portlet Factory
Computer Science Mastering / UFSC - PPGCC
Bookmarks