This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ticket creation upon addition to flagged groups

Background:
Version 7 fully patched.
ARS Syncing
Extended schema on the ADSGroup table to be able to flag groups for tickets

Request:
The customer would like to have a ticket created in their ticketing system whenever they are added to an AD group regardless of the reason (direct or inherited via Roles). I created a custom process and attached it to the insert event for the ADSAccountInADSGroup table based on if the ADSGroup the user is being inserted into is flagged.

Issue:
This seems to work great for directly assigned groups but it doesn't appear that the ADSAccountInADSGroup table has all assignments if the user is getting the ADGroup via an inherited dynamic business role. Am I missing another link table that would have this information? I thought with the changes to 7, all ADGroup assignments resided on this table regardless of origin?