Hi guys,
Is there any way we can get identity details into the provisioning result where we can get that identity details into provisioning plan attributes. To access them in ITSM velocity scripts
Hi guys,
Is there any way we can get identity details into the provisioning result where we can get that identity details into provisioning plan attributes. To access them in ITSM velocity scripts
Hey Jamanu,
Yes you can do reference identity details from a provisioning plan on a before/after provisioning rule for example:
Identity identity = plan.getIdentity();
String someAttribute = identity.getStringAttribute("someAttribute")
Thanks,
Dalton Herriman
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.