Hi.
I need to change de sql that fills this global value because i will use a table with some roles and i would like to save the role of the user in this field because there alot of code like this
if application.basicfunctions.CurrentUserID = 'ADMIN' then
This field actualy brings the UserID from the userinfo table, but i need to add a join to my new table to bring the role name.
I searched on lookups, custom field, even i tryed to find the form that pop ups when you log in, but i didn't find it.
Is there a class or file that i must change?
Thanks
|