ProcessInjectBatches
Injects the data from master batch to all batches selected and updates DB.
Member of namespace
Maintenance ManagerSyntax
bool ProcessInjectBatches (string masterBatchID)
Parameters
- masterBatchID
- Type: string
Parameters
masterBatchID: Master batch to copy data from.Returns
True if all the all the batches were successfully set. Otherwise, False.Level
Any level.Details
Allows creating large set of batches at some predefined state.- Example:
QuerySetBatchRange("20110059.001","20110059.010") InjectBatches("20110059.001")