on 2008 Sep 22 9:48 PM
I am trying to get a service user in a Web Dynpro Callable Object so that I can navigate through the currently running Guide Procedure process, but when I execute the following:
IWDClientUser administrator = WDClientUser. getClientUser("caf_gp_svcuser");
it returns the logged in user instead of the service user. I can get a service user?
Hi,
If you require the IUser object of caf_gp_svcuser user then you can try the following UME Apis in your WD application.
IUser svcUser = UMFactory.getUserFactory().getUserByLogonID("caf_gp_svcuser")
Siddharth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.