After adding a field or parameter, all associated stored procedures must be updated, because else error messages will appear when using the appropriate task or table after refresh.
Very often it is then a matter of going through the following steps:
1. generate
2. execute
The code generation can be done once for multiple control procedures.

As far as I know, executing the code, must be done 1 by 1 and takes a relatively long time.
A task that automatically performs the 2 steps in sequence for all selected control procedures would be great and speed up the development of applications.