In Class 'SysStartupCmdBatchRun', add the code in infoRun method.
void infoRun()
{
BatchRun batchRun = new BatchRun();
;
batchRun.parmUseForm(true);
batchRun.parmGroupId(parm); //added
batchRun.run();
}
in the client configuration, mention the batchgroup name like startupcmd=batch_invoice
void infoRun()
{
BatchRun batchRun = new BatchRun();
;
batchRun.parmUseForm(true);
batchRun.parmGroupId(parm); //added
batchRun.run();
}
in the client configuration, mention the batchgroup name like startupcmd=batch_invoice
No comments:
Post a Comment