Use ActiveUser.id in Where September 03, 2018, 01:34:20 PM I use the User Records Management. My Problem is that the Select Field Shows everything in the Database. So i think that i must Control the USERID in the OptionListDataSource. But how can i get the Activeuserid in the Where?Example:SELECT DISTINCT Kurzname AS value,Kurzname AS label FROM arbeitgeber where USERID = 'ActiveUser.id ? Quote Selected
Re: Use ActiveUser.id in Where Reply #1 – September 04, 2018, 08:40:54 AM Please use the defined constant USER_ID. SELECT DISTINCT Kurzname AS value,Kurzname AS label FROM arbeitgeber where USERID = USER_IDActiveUser.id is for the client side Quote Selected
Re: Use ActiveUser.id in Where Reply #2 – November 27, 2018, 08:37:58 PM Thank You Emman . It Actually Helped me in My Problem. Quote Selected