The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Using the Dashboard
Posted: 02 Jul 07 1:22 PM
|
Is the dashboard a usable control in 7.0.1? I am trying find out more about dashboards to customize the opportunity detail screen. Basically I want to add a tab that shows a graph of the opportunity history (we have a custom table that is storing this information) Basically show a trendline chart of the opportunity.
Is there any dashboard documentation?
Thanks, John G. |
|
|
|
Re: Using the Dashboard
Posted: 02 Jul 07 5:53 PM
|
First of all. the dashboard is not a control... it's a MainView.
There is a graph control that is used by the dashboard.
The only documentation is in the code and the helpfiles.. no white paper.. no nothing. Same goes for the graph control.
-- rjl |
|
|
|
Re: Using the Dashboard
Posted: 03 Jul 07 6:31 AM
|
A MainView. That makes sense. So in theory I should be able to create a new dashboard MainView and add graph controls to it based on custom tables?
Thanks, John G. |
|
|
| |
|
Re: Using the Dashboard
Posted: 03 Jul 07 7:18 AM
|
However, don't use the existing SalesLogix implementation (dashboard) as an example for your "design" It' s way to complicated and a MAJOR performance hog! -- rjl |
|
|
|
Re: Using the Dashboard
Posted: 03 Jul 07 7:22 AM
|
I'm going to try creating a new MainView then adding a chart control and take it from there. I'll just reference the SLX version if I feel the need.
Thanks, John G. |
|
|
|