AddRowsToMasterDataTableOptions
AddRowsToMasterDataTableOptions =
DexproBaseOptions&object
Type Declaration
tableId
tableId:
number
The ID of the table to be cleared and filled.
rows
rows:
Record<string,string|number|object>[]
The rows to be added to the master data table. Each row is an object where the keys are the column names and the values are the cell values.
skipErrors?
optionalskipErrors:boolean
Whether to skip errors during the clearing and filling process.
Default
false
batchSize?
optionalbatchSize:number
How many rows should be added in one batch.
Default
500
clear?
optionalclear:boolean
Whether to clear the table before adding the rows.
Default
false