2
votes

I have created a form which is called from a class which implements runbase batch, so I have got a batch tab on the form.

When I include the job for the batch process, it does not use the current batch parameters, am I missing something?

2

2 Answers

1
votes

You are missing the call to super() in the getFromDialog, pack or unpack methods.

1
votes

Write one line in main method as mention below

If(batchjobClassName.prompt())
{
    call your run method here
}

Hope it helps.