0

I need to learn parameters of batch job in batch job form.

Go to the batch job form and find out the job description and first clicked on the view task, then click parameters. A dialog box like this will open;

enter image description here

Is it possible see in here parameters which selected when batch job seting up? If yes, how can do it?

Mumble
  • 141
  • 1
  • 8
  • I'm not sure I understand the question. The way you describe is the way to view the parameters with which the batch job has initially been set up. – FH-Inway May 27 '21 at 14:28
  • actually I want to see the value of these parameters. For example, if the Name parameter is set to 'John Doe' when installing the batch, I want to see the 'John Doe' value on this screen – Mumble May 27 '21 at 15:20
  • Look at `\Classes\Tutorial_RunbaseBatch` – Alex Kwitny May 27 '21 at 18:20

1 Answers1

0

If you want to preload de data

You could create a controller clas and modify the method prePromptModify

Chema
  • 1