Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

SOD Violation check in workflow

shivmano
Regular Contributor III
Regular Contributor III

Hi Team - 

I am observing that when I request access for SAP with a combination of SOD and Non-SOD entitlements, only the SOD Causing entitlements should be routed to risk owner approval.

But instead, it routes all the entitlements including those entitlements which do not have any SOD violation to risk owner approval. 

I have tried using below if-else conditions and both have same issue

SOD gt 0

(SODViolation.get('High') > 0 or
SODViolation.get('Critical') > 0)

Please advise 

Thank you 

3 REPLIES 3

Raghu
All-Star
All-Star

@shivmano  try below

SODViolation.get('1') > 0
SODViolation.get('2') > 0

RISK_PRIORITY_CRITICAL = 3
RISK_PRIORITY_LOW = 2
RISK_PRIORITY_High = 1

https://forums.saviynt.com/t5/identity-governance/dynamic-attribute-for-risk-owner-in-workflow/m-p/2...


RISK_PRIORITY_Medium = 0


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

shivmano
Regular Contributor III
Regular Contributor III

@Raghu these dont work either. Looks like product limitation 

rushikeshvartak
All-Star
All-Star

There is issue in SOD workflow will be fixed in v24.7


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.