Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

For Vendor Users Birthright tasks not creating

CR
Regular Contributor III
Regular Contributor III

Hi Team,

We have a requirement when update Country need to update the Customer and required birth right task also  create.

Rule:

Raghu_1-1706509458678.png

 

Created User update rule based on Country condition and S4S connection added update script for for customer update.

Script:

1. "update users u set u.customer=3 ,u.COMPANYNAME=3 where u.country='US' and u.employeetype='Employee' and u.USERKEY='${user.id}'",
2. "update users u set u.customer=2 ,u.COMPANYNAME=2 where u.country not in ('US') and u.employeetype='Employee' and u.USERKEY='${user.id}'",
3."update users u set u.customer=17, u.COMPANYNAME=17 where u.country in ('AU','NZ') and u.employeetype='Vendor' and u.USERKEY='${user.id}'",
4. "update users u set u.customer=9, u.COMPANYNAME=9 where u.country not in ('AU','NZ') and u.employeetype='Vendor' and u.USERKEY='${user.id}'"

Facing Issue:

1. When we update the Employee's users it Customer updating and required birthright task also creating

2.

a. When we update the Vendor's users it Customer updating and required birthright task also creating for Customer=9 only

b.When we update the Vendor's users it Country=AU/NZ updating Customer=17 but required birthright task's not creating.

Below Technical rule should trigger but it is not triggering.

Raghu_2-1706510055876.png

 

Please can you help on above issue.

Thanks,

Raghu

 

 

 

 


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

SumathiSomala
All-Star
All-Star

@CR Did you enable the Birthright checkbox in technical rule?

SumathiSomala_0-1706511573632.png

2.Check in user's history tab whether the specific rule is getting triggered or not

 

 

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

CR
Regular Contributor III
Regular Contributor III

Thanks for Response @SumathiSomala .

It is enabled , and birth right task creating when we onboard the user also.

yes ,Update user rule was triggered, verified in User history.


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

@CR Is user active?

 

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

CR
Regular Contributor III
Regular Contributor III

Yes, Active user only we validating and requirement for Active users.


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

@CR In the screenshot, I have observed that you are assigning only entitlements/groups if the condition matches.

Does user have active account in specific endpoint to create add access tasks?

 

 

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

CR
Regular Contributor III
Regular Contributor III

if birth right task create , we have parent endpoint for all birth right tasks it will add there it self after provisioning.

 


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