active user field for default value other than id, name, photo, role March 04, 2022, 08:31:38 AM here's my user table:id, username, password, email, role, address1, address2anyway i can get active user address2 for default value in another table? Quote Selected
Re: active user field for default value other than id, name, photo, role Reply #1 – March 04, 2022, 04:10:03 PM @lili use get_active_user('username').Example:Code: [Select]get_active_user('username'); Quote Selected