After a user is assigned with entitlements through an enterprise role, the ASSIGNEDFROMROLES value should not be null for that particular record in account_entitlements1 table. We noticed that this value is removed after every recon. If we run a Role...
Is there a way to restrict users from being able to request to remove the access from the ARS directly that was assigned through a role ?In the 'Config for Selected Entitlements' option in Entitlement Types, we were not able to add any fields from an...
If we setup a deldgate where parent user has admin savrole and the delegate user has an enduser savrole, the delegate user is able to see all the pending approvals in his queue(the ones assigned to the parent user and the ones assigned to any other u...
I have enabled 'save to file' option in an analytics report and then using a java jar to access the file being saved after running the report. But i see ' file not found' exception. Do i need to specify the path specifically in the report field? Doe...
During a campaign lifecycle, the following email templates are not triggered.1. When a certifier consults one or more items, the consult email is not getting triggered.2. When the consultee completes the consult for the items, the consult completion ...
@rushikeshvartak We are using enterprise roles. When we run the role repair job, assignedfromroles values are populated. But when the recon runs next time, all of them are removed.
@rushikeshvartak We are using role retrofit job to fix it. When we run the job, assignedfromrole(s) is getting added, but it gets removed after access recon is run. If assignedfromrole is added, assignedfromroles will also be added. But the issue is ...
Hi Saathvik, This is the query we have:ev.entitlement_value not in (select ev1.entitlement_value from account_entitlements1 ae1,entitlement_values ev1,user_accounts ua where ev1.entitlement_valuekey=ae1.entitlement_valuekey and ae1.assignedfromrole i...
Hi Dhruv,Figured out the issue. Looks like, every time we update the report query, we need to specify the path location if we have a custom path, to save the file as well. Or else, it's automatically saviynt to / folder.