So as you can see I am doing a Run Script which I call the reqOnOrOff (I also tried just having yo) when the user selects the item called Tunable FFL.
Once that is saved I go view that page in pega itself and open up the console (F12) and refresh the page and then select Tunable FFL from the dropdown and there is no console text saying “hello” as there should be.
The overall goal is to be able to dynamically change a textbox required propertieson (it required to fill out) or off (it is not required to fill out).
Anyone that can help me fix this (or tell me what I am doing wrong) would be great!
Thanks
Edited by Moderator Marissa to update Platform Capability tags*
You will not find an option to include js files in section rule.
You can reference your script file in the harness from which this section is called you can use referencing rules option from the action dropdown if you are not sure about the harness name.
Is the section you are using to call the script lies in the same harness where you included the script file?
A harness is the top level container to hold sections
So make sure you call your section"choose workbasket" from “requiredonoroffharness”
Or you can click on action button in top toolbar of your section rule. And you can see view references link .click on it and it will open a new window showing type of rules and their names and places they are used .