Link to home
Start Free TrialLog in
Avatar of Kevin Cross
Kevin CrossFlag for United States of America

asked on

How to customize Opportunities list view JavaScript in Sugar CRM 7.8?

In Sugar CRM 7.8, I have a custom filter that requires a date.  The canned "today", "tomorrow", et cetera ranges work great but not in this instance.  Therefore, I am left with selecting a date, which is fine if you want to edit the filter each day.  Our users do not, so I had to create the filter via PHP and set date.  This works but apparently requires daily Quick Repair and Rebuild (QRR).

My question is, does anyone know if you can customize the JavaScript for the list view of modules?  Specifically Opportunities.
I have customized other views (e.g., record or create) via JavaScript by placing {view}.js file in custom\modules\{module}\clients\base\views\{view} no problem, so figure it would be as easy as custom\modules\Opportunities\clients\base\views\list\list.js but did not work.  I used extendsFrom:'RecordListView' if that is what was wrong.

If anyone successfully has done this, please let me know what I am missing otherwise I guess I'll have to stick with the PHP customization.

Thank you in advance!

Respectfully yours,

Kevin
ASKER CERTIFIED SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kevin Cross

ASKER

Found it myself but thanks EE for the good vibes!