hi,
i want to create a custom field in an upgrade safe manner without using studio for existing modules like Opportunities.
i.e: if i create a currency field with the studio, it creates a db field of varchar(255) (MySQL). i want to specify a different type, and in general want to be more flexible with field parameters.
i found the <module_name>vardefs.php and the fields_meta_data table, but i am not sure how to implement new fields in code, so that they are applied to the db and the existing module.
i am using Sugar Version 5.0.0e


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks