-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.EntityChart.setDataSource
rescocrm edited this page May 15, 2023
·
3 revisions
Sets the chart data source replacement.
Data source must be set during the document load stage and must not be delayed.
It is used only if the entity view iFrame is marked as data source provider in Woodford.
| Argument | Type | Description |
|---|---|---|
| dataSource | MobileCRM.UI.ChartDataSource | A data source object implementing the EntityChart loading routine. |