Value Calculation Based on Business Role Trigger

Hi,

we are building our brand new 8.2 Identity Manager. 

We want to calculate fields on ADSAccount based on Business Roles. This is implemented via a function in a Customscripts. May problem is, how do I detect a change of a business role for this user to start the calculation?

Best, Denny

Parents Reply
  • You will never get events for PersonInBasetree as the inheritance engine does not work on this base table but on the views based on it (PersonInOrg, ...).

    Speaking generally, in gen. conditions you can do whatever you like as long as the result is true or false. You do have direct access to the BaseObject and all data that is directly accessible using the $-notation. Or, you can access any other data using the object layer.

Children
No Data