how to display in a table or a detail view the name of the owner of the current record?

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
pasbonte
Veteran Member
Posts: 177
Joined: 2013-02-06 09:49

how to display in a table or a detail view the name of the owner of the current record?

Post by pasbonte » 2024-09-20 13:21

hello
how to display in a table or a detail view the name of the owner of the current record?
Capture d’écran 2024-09-20 151657.jpg
Capture d’écran 2024-09-20 151657.jpg (11.58 KiB) Viewed 166 times

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1658
Joined: 2018-04-01 10:12

Re: how to display in a table or a detail view the name of the owner of the current record?

Post by pbottcher » 2024-09-20 20:02

Hi,

in the detailview you could add a script to the $html that would put the owner of the record where you want.
For the tableview you could use the header -> tableview case to retrieve for all the records displayed the owner and add per javascript in the $header string the owner.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply