Add session id_user to a table ? May 16, 2020, 04:48:24 AM Hello everyone!!! How can I add the id of the user that is logged in to a table? It would be interesting and useful to add it as a defaultvalue in the row properties. Cheers!!! Quote Selected
Re: Add session id_user to a table ? Reply #1 – May 16, 2020, 05:27:30 AM Quote from: ddiaz2380 – May 16, 2020, 04:48:24 AMHello everyone!!! How can I add the id of the user that is logged in to a table? It would be interesting and useful to add it as a defaultvalue in the row properties. Cheers!!!Hi ddiaz2380,If you already setup your authentication then you can set this in the field properties, please see below screenshot.https://drive.google.com/file/d/1VkE4DfjpSq9Tj2WTe9WiXmfo3KJ-2K5W/view?usp=sharing Quote Selected Last Edit: May 16, 2020, 05:29:44 AM by jp26198926 1 Likes
Re: Add session id_user to a table ? Reply #2 – May 16, 2020, 04:19:09 PM Quote from: jp26198926 – May 16, 2020, 05:27:30 AMQuote from: ddiaz2380 – May 16, 2020, 04:48:24 AMHello everyone!!! How can I add the id of the user that is logged in to a table? It would be interesting and useful to add it as a defaultvalue in the row properties. Cheers!!!Hi ddiaz2380,If you already setup your authentication then you can set this in the field properties, please see below screenshot.https://drive.google.com/file/d/1VkE4DfjpSq9Tj2WTe9WiXmfo3KJ-2K5W/view?usp=sharingThanks for the tip, I was wrongly defining the tables, since I had the id field in all with the same name, for this reason the field did not appear. Now I understand that I must define the id with the name of the created table in order to have a control of the fields. Thank you!!! Novice mistake but good from mistakes you learn! Quote Selected