I'm trying out a script that does two related functions.
I have it set up so that either function can run by itself, or you can run both simultaneously.
My parameters are as follows
- Input GDB
- Run Function A? (toggle)
- Output Location (Function A)
- Output Location (Function B, essentially acts as its toggle)
Is there a way to make it so that either B or D, or both of them together, must be answered?
Basically I'm trying to avoid the users running the tool in such a way that neither function runs.
Similarly, is it possible to make Parameters have conditional visibility? Like, C only shows up if B is answered or toggled.
Thanks!