Conditions with Nested Packages
Hi,
We have a package for delprof2 that is set to not run if the PC is a member of a certain collection. This works as intended, until we nest that package. When nested, the condition is ignored. We have a new scenario in our environment where if that runs on certain PCs, it's very disastrous, so I'm trying to make this very difficult to deploy by accident.
Is there any way to make sure that condition is always obeyed, or am I going to have to include it at the step level of any master packages referencing it?
Behaves as intended on PCs in the [redacted]OB collection
Runs the Delprof2 package step without acknowledging the Collection Membership condition in the Delprof2 package.
Comments
Should the checkbox for "Use Nested Package Conditions" be checked?
Yes. https://documentation.pdq.com/PDQDeploy/17.1.0.0/nested-package-step.htm
Thanks, I completely overlooked that box! I tested making a new package with a nested step, and that box is ticked by default, so good, that's exactly what I need it to do.