Logged in Person presentation
(Created page with "The Main menu shows the logged in user’s username. This has now been extended so that you can show other information for the user by setting the DefaultStringRepresenation o...")
 
(Automatically adding template at the end of the page.)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Main menu shows the logged in user’s username. This has now been extended so that you can show other information for the user by setting the DefaultStringRepresenation of the SysUser in the model.
The Main menu shows the logged-in user’s username (SysUser). This has now been extended so that you can show other information for the user by setting the DefaultStringRepresenation of the SysUser in the model.


If you have this:
If you have this:
Line 14: Line 14:
You get this:
You get this:
[[File:2018-09-18 22h57 14.png|none|thumb|397x397px]]
[[File:2018-09-18 22h57 14.png|none|thumb|397x397px]]
[[Category:WebUI]]
{{Edited|July|12|2024}}

Revision as of 15:36, 10 February 2024

The Main menu shows the logged-in user’s username (SysUser). This has now been extended so that you can show other information for the user by setting the DefaultStringRepresenation of the SysUser in the model.

If you have this:

if self.Person->isempty then
  self.UserName
else
  self.Person.FirstName+' '+self.Person.LastName+
  if self.Person.House->isempty then
    ''
  else
    ' i hus '+self.Person.House.Name
  endif
endif

You get this:

2018-09-18 22h57 14.png
This page was edited 5 days ago on 05/14/2024. What links here