Skip to content

MobileCRM.UI.ListDataSource.chunkReady

rescocrm edited this page May 15, 2023 · 3 revisions

This method has to be called from within the "loadNextChunk" routine when it loads chunk (array) of DynamicEntities.

Data source enumeration ends when the chunkReady method is called with empty array (no more records are available).

Arguments

Argument Type Description
entities Array[MobileCRM.DynamicEntity] A chunk (array) of DynamicEntities that has to be passed back to the native code to fill in to the list view.

Clone this wiki locally