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

Web Designer: How to create AD group membership overview?

Hi Everyone,

 

I'm going to create new recertification for service accounts from AD, but don't know how to implement following requirements:

1. Show all memberships of each service account in a table view

2. Place this table view in a button, for example that managers can view memberships on demand.

Thanks in advance!

Parents
  • select 1 from (select uid_adsaccount from adsaccout where uid_person ='%useruid%')

    This will return first uid_adsaccount. In case person has more than one AD account add some additional conditions to get the right one
Reply
  • select 1 from (select uid_adsaccount from adsaccout where uid_person ='%useruid%')

    This will return first uid_adsaccount. In case person has more than one AD account add some additional conditions to get the right one
Children
No Data