Page 1 of 1

Customize userpriv

Posted: Wed Aug 31, 2022 12:51 am
by Andros

Hello, I have many tables with the same "caption". When I setup the userlevelpermissions list page th user has multiple lines in the userpriv table with the same table name. I need to show the two fields: caption and tablename. I do this with a custom template, but is there any way to modify the rendered userpriv code thru the server/client code, so that I don't have the needign to modify the template at every update?


Re: Customize userpriv

Posted: Wed Aug 31, 2022 12:16 pm
by MichaelG

You need to customize GetTableCaption in userpriv.cs to return both caption and table name.