Select user in table field

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
devedix
Veteran Member
Posts: 30
Joined: 2021-04-20 10:44

Select user in table field

Post by devedix » 2021-04-20 17:17

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.
Regards,
Edix

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1638
Joined: 2018-04-01 10:12

Re: Select user in table field

Post by pbottcher » 2021-04-20 19:41

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

devedix
Veteran Member
Posts: 30
Joined: 2021-04-20 10:44

Re: Select user in table field

Post by devedix » 2021-04-22 14:59

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?
Regards,
Edix

Post Reply