Picture of Peter 627
Registered 13 years 318 days
Peter 627 Tuesday, 7 December 2021, 10:50 AM in response to Guntram Diehl (innovaphone)
1 of 1 users consider this post helpful
Re: Getting GUID of actuel User in App with Java SDK
Sure ;).
I used the "com.innovaphone.client"- API

https://sdk.innovaphone.com/13r2/web1/com.innovaphone.client/lib1_api_client.htm

-------------------------------------------------------------------------------------
var guidLoggedInUserGlobal = "";

var clientApi = start.consumeApi("com.innovaphone.client");
clientApi.onupdate.attach(function () {
guidLoggedInUserGlobal = clientApi.model['@client'].model.user.guid;

})
-------------------------------------------------------------------------------------



Best Regards,

Peter

← You can define your color theme preference here