Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alternate for LLSession.ImpersonateUser()

Status
Not open for further replies.

chsatish

Programmer
Jul 22, 2003
9
US
Is there way to get the specific users projects and workflow assignments without impersonating the user using the ImpersonateUser() method. I am restricted to use ImpersonateUser() as it needs the system administration previlages.

Any Ideas or help is greatly appreciated.

Thanks,
Satish
 
Try to understand the livelink schema if you cannot get the sys admin privileges.The tables in livelink should give you all that you are looking for.there is an ER diagaram also

Freedom is not worth having if it does not include the freedom to make mistakes.
Mahatma Gandhi

appnair

 
you should be able to get the users id from the KUAF table and then use that as the foreign key to the others for your selections.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top