Folks,
I'm close to completing our new onboarding template, and I need some assistance. I have one resource group where the requester uses a radio button to select a hardware package. This radio button hides or shows other resource groups representing the package where the requester can then go to make granular selection with the costs accumulating (See Standard Package.png).
My challenge is that if someone has selected one or more checkboxes in the specific resource group but then decides to change the standard package, it does not clear the checkboxes within the resource group and keeps accumulating.
I've attempted to do this through the "Clear Fields" scripting option, (see ClearWithCondition) but it doesn't seem to be clearing anything (Can you do this with a checkbox?). Anyone know how to do this? Should I switch to ExecuteScript and clear them programmatically?