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

Entitlement not updating after changing CP condition

Bsah
New Contributor
New Contributor

Entitlement is updating after meeting the condition (True) and when reversing the condition to be false entitlement is not being removed. This is in Pre-dev environment.

a.customproperty16='Active' AND a.statuskey=1 AND a.customproperty49 = 'True' AND a.customproperty13 in ("Permanent Full Time", "Permanent Part Time", "Max Term Full Time", "Max Term Part Time", "Casual", "Vacation Students") AND (a.customproperty37 is not null AND upper(a.customproperty37) != 'NONE') AND (date(addtime(sysdate(), '8:0:0')) >= date(a.customproperty35) AND date(addtime(sysdate(), '8:0:0')) <= date(a.customproperty36)) AND (a.customproperty38 is null OR upper(a.customproperty38) = 'NONE')

When CP49 is true- entitlement is added

When CP49 is False-entitlement should be removed, it is not happening.

5 REPLIES 5

SumathiSomala
All-Star
All-Star

@Bsah Did you enable below config in your technical rule?

Remove Birthright Access if condition fails 

 

SumathiSomala_0-1698998158501.png

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

Bsah
New Contributor
New Contributor

Hi Sumathi,

Yes, Remove Birthright access is enabled.

Bsah_0-1698998484467.png

 

@Bsah did you try for different users?

Is users's CP40 updated to false?

Can you share the screenshots?

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

rushikeshvartak
All-Star
All-Star

share logs


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

Hi Rushi,

CP40 was not updated to false, I manually updated it and still the entitlement is with tech rule.

Bsah_0-1699253117703.png

After changing the condition from manager to not a manager them tech rule should remove the entitlement.