How to Show User Name in startup message
How to Show User Name in startup message 1. Go to the Info class AOT-> Classes-> Info. 2. Expand info class and find startup method under that and write below code UserInfo userinfo; Select name from userinfo where userinfo.id==curUserId; Box::info(‘Welcome’+userinfo.name);…
Continue Reading