Monday, August 2, 2010

Getting number of rows loaded

To get the number of rows loaded to the Dynamics AX datasource, you can use the following function of the datasource.

[datasource].numberOfRowsLoaded();

For example:

custTable_ds.numberOfRowsLoaded();

No comments:

Post a Comment