-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.EntityList.setDataSource
rescocrm edited this page Feb 10, 2025
·
10 revisions
Deprecated: Please use setDataSourceFactory instead. Sets the entity list 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.ListDataSource | A data source object implementing the DynamicEntity list loading routine. |