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

Active Orphan accounts Application Owner Campaign

William3squivel
New Contributor III
New Contributor III

While launching an Application Owner Campaign we noticed that Active Orphan accounts are also being brought into the campaign under username 'admin' what query can we use to only capture these orphan accounts within the Application Owner campaign ? 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

rushikeshvartak_0-1705986639055.png

To get All Orphan :

accountkey not in (select accountkey from user_accounts)

 

To get All Accounts mapped to User :

accountkey in (select accountkey from user_accounts)

 


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