Forum

Chris Bouveret
Keymaster
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
6 years, 4 months ago #14562
Up
0
Down
::

Hi Alexander,

the autofield “userName” returns an empty String because your app has no login implemented (anonymous usage), so there is no user logged in for this App, that is why the autofield is empty on the Desktop. You need to implement a Login to your App (new Login Screen in UI Designer + Server Action in Process Designer)
This will give the Desktop access to the logged in User. On the mobile phone this is always possible because the User needs to login and thus autofield is not empty.

Hope this helps.

Best
Chris