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

How to trigger only a particular rule from Detective Rules JOB

yogesh
Regular Contributor III
Regular Contributor III

yogesh_0-1661949162139.png

I have two detective user updated rules that I want to run by using the above JOB (DETECTIVEPROVISIONINGRULESJOB)

But I am unable to find the documentation regarding the HQL query parameter, how can I limit the job to only evaluate the said two rules and not evaluate other detective rules in the system?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

it uses hanarule table 

sample query : hr.name in ('Transfer Owner')

rushikeshvartak_0-1661969566311.pngrushikeshvartak_1-1661969592750.png

2022-08-31 14:10:09,056 [quartzScheduler_Worker-2] DEBUG changeaction.UserChangeActionService - evaluateHierarchy-true
2022-08-31 14:10:09,056 [quartzScheduler_Worker-2] DEBUG changeaction.UserChangeActionService - Detective advanced query is true.
2022-08-31 14:10:09,056 [quartzScheduler_Worker-2] DEBUG changeaction.UserChangeActionService - advquery hql = Select hr from HanaRule hr where hr.status = 0 and hr.type = 1 and hr.name in ('Transfer Owner')

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.