Hi,
We were using “Services Standard IdentityNow BeforeProvisioning Rule” on Oracle EBS connector to remove all responsibilities user has during his termination.. It was working fine till last week. But we see responsibilities are not removed now. We didn’t make any change on the event/action configuration.
Any suggestion would really help!
"eventConfigurations": [
{
"eventActions": [
{
"Action": "RemoveEntitlements",
"Attribute": "RESPONSIBILITIES",
"Value": null
},
{
"Action": "RemoveStickyEntitlements",
"Attribute": "RESPONSIBILITIES",
"Value": null
},
{
"Action": "UpdateAttribute",
"Attribute": "END_DATE",
"Value": "#{now.yyyy/MM/dd}"
}
],
"Identity Attribute Triggers": [
{
"Attribute": "cloudLifecycleState",
"Value": "terminated",
"Operation": "eq"
}
],
"Operation": "Modify"
}
]
}