Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Charting Folder | Summary of Elements in this Folder | wm.tn.charting:populateSummaryData
 
wm.tn.charting:populateSummaryData
During migration, purges existing records from the dashboard tables, and populates records in the dashboard tables from runtime tables.
Input Parameters
batchSize
String The maximum number of records that can be committed in a batch.
For example, if batchSize = 1000, this service purges all existing records from the dashboard tables, and populates 1000 records at a time from runtime tables and commits them in the dashboard tables. Default batchSize is 100000.
Output Parameters
success
String Whether records are populated. Valid values are:
*true - Records are successfully populated.
*false - Error occurred while populating records in the dashboard table.