Page 1 of 1
Select user in table field
Posted: 2021-04-20 17:17
by devedix
Hi all, I'm a newbie using Appgini and I need help with designing my database.
I want to select a user and store it in the table field for referencing the record to them.
How can I do that with Appgini?
Thanks.
Re: Select user in table field
Posted: 2021-04-20 19:41
by pbottcher
Hi,
sorry but your question is not very specific, so it is very difficult to answer. Can you make a sample of what you try.
One side information. If you are talking about the membership_users table. This one can not directly be access through the app. You need to create a "mirror" table and catch the data from the memebership_users to access that information.
Re: Select user in table field
Posted: 2021-04-22 14:59
by devedix
Hi, pböttcher,
Thanks for the response.
Exactly like you said. I try to use the membership_user to reference the record to them, so the user will be notified when a record its been created on they behalf.
How exactly I can use the "mirror" table to catch the data from the membership_users table to access the information?