Share all details related to your problem, including any error messages you may have received.
Good afternoon!
I’m working on getting things set up so that our IAM team can leverage SailPoint IIQ to create AD groups - presently, they create them manually and then they’re aggregated. This has been working okay, but we’re wanting to bring this into SailPoint.
I think I’m on the right track, but I’m having a bit of an issue with the beanshell portion. I usually create a rule as a proof of concept, then bring that code into a custom workflow as a script, just fyi. I’ve attached a screenshot of the rule, but whenever I run the rule, I get this error:
No static field or inner class: ObjectOperation of class sailpoint.object.ProvisioningPlan$ObjectRequest
I’m guessing it has something to do with the setOperation part of the code, but I’ve been looking at the Javadoc and can’t figure out what I’m missing.
Is it something simple that I’m just overlooking or am I way off base?
I also changed plan.setAccountRequests to plan.setObjectRequests (didn’t notice that before), along with making sure I use ProvisioningPlan.Operation.Set.