I have an enhancement request for the Domino Backup database. The "Restore Job" form should have a "profile", where you can set default values for (at least) certain fields.
These fields could benefit from having a default value of "TRUE" most of the time:
Disable replication (already implemented in the design of the form.)
Change Replica ID (questionable, but in certain cases it could be beneficial.)
Disable Agents (should always be "TRUE" since you restore the database(s) to a path that is in the Domino datapath)
Other fields might benefit from that option too.
I know you can make these changes by modifying the form using the Designer, but I don't like to "mess" with system databases design if it can be avoided for various reasons:
You risk the changes are overwritten with next upgrade.
You risk breaking your your backup/restore job if you mess with the standard design
If you modify the standard system design, you'll have to take that into consideration before each upgrade.
And so on...
Can you come up with a list of fields to want to get added to the profile?
The default settings would be very agruable for each environment.
But it would be a simple change in the template to add more fields in the same logic as you say.