Hello all,
We're using SugarPro 624 and have created new fields to extend the base types of SugarCRM
So we created a new fields' type "customType" (for example), and we added a new field of this given type to accounts using studio. This works well for edit/detail/list/search view.
But we are using reports too, and so we wanted to filter's the results of the accounts using this new field.
But when I'm trying to add the filter critera there's a problem in reports.js as the type "CustomType" is not definied in filter_defs[] javascript array.
And so, as it's not defined, there's no filter's input, nor delete filter link, the module is freezed and we need to reload the page loosing all modifications. I've searched through all sugar code, to look where this filder_defs array could been defined but didn't find it (there's template.php in reports module, but I think this is old code not used anymore ?)
I think we need to modify the reports module to tell sugar there's a new field's type so I'm looking on how to perform this steps, what are the files and if we were able to make the changes in an upgrade-safe way.
If you have any information, thanks in advance for sharing it.
Regards


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks