Filtering Programs by Portfolio on Custom Form
I have a custom form used for project intake. Among other things, the person filling out the form must select the Portfolio and the Program.
After they have selected the Portfolio, I would like the Program list to only allow them to see/choose the Programs that are aligned with that respective Portfolio. Currently they see all Programs in the dropdown, no matter which Portfolio it is aligned to.
I believe I would need to set this on the Filter of the Program field, however I'm not sure what the Text Mode code should look like. I know this code doesn't work, but I'm imagining it's something along these lines:
isActive=true
isActive_Mod=eq
portfolioID=$$portfolioID
portfolioID_Mod=in
Any help is appreciated.




