I wanted to make a popup window that users had to click on to acknowledge they were getting an update that would close their open application.
I created a notifyScript , a notifyPolicy, and a updatePolicy.
notifyPolicy is set to enabled, recurring check-in, automatically rerun, on next.
notifyPolicy is set to enabled. notifyPolicy passes the name of updatePolicy into notifyScript as an argument
notifyScript uses updatePolicy name as a custom event trigger to call update Policy
When notifyPolicy runs, i get the following:
"No policies were found for the "updatePolicy" trigger.
Where am i going wrong?