Run SoD rules check in process

Hello all,

I'm implementing a custom process and I want it to be generated only if a SoD rule violation is detected. Can I call the rule check in the generating condition of the process? Or, can I call the rule check in a step of the process?

P.S.: I don't want to chek the table PersonInNonCompliance, because in the instant I want the process to run I'm not sure that the record in PersonInNonCompliance has already been created.

Thank you for the help,

Lucrezia

Parents
  • Hi Lucrezia,

    Please provide some more details on your use cases. SoD rule violations are detected by a scheduled process, which creates the PersonInNonCompliance entry exists. Are you saying that you would like to check if the next scheduled process will detect any new violations?

  • Hello Hanno,

    I'll be more precise. I want the process to be triggered when a system role is assigned to an identity, and that assignment violates a SoD rule.The process must delete the group assignment consequent to the system role assignment.

    I hope this is clear,

    thank you!

Reply Children