Hello,
I don't know if any of you have seen this before:
- In the manifest I have put:
- In the Edit Custom Fields list, the new field has really the type : "text"PHP Code:'custom_fields'=>array(
array(
'name' => 'school_code',
'label' => 'School Code',
'type' => 'text',
'max_size' => 25,
'require_option' => 'optional',
'default_value' => 'In',
'ext1' => '',
'ext2' => '',
'ext3' => '',
'audited' => 0,
'module' => 'Accounts',
),
-If I click over the field to edit it, the type inside is : "textarea"
- In the module where this field is published, it is considered as a "textarea"
Here is the document I followed.
http://www.sugarforge.org/frs/downlo...ade_Wizard.rtf
If it is a bug, where to submit it?
otherwise HELP!!!
regards,


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks