Page 1 of 1
How to edit a record?
Posted: 2020-08-11 13:02
by gkleiveland
I'm new to AppGini, and like the program very much. One thing I haven't found is how I edit a record. Say, I have a memberlist and I want to change the field 'Paid' from 'No' to 'Yes' when a member has paid. Where do I find where to edit a record?
Regards
Geir
Re: How to edit a record?
Posted: 2020-08-11 13:11
by onoehring
Hi
I suppose the field is not defined as readonly in AG, so:
did you set permissions for that user group? Is the user member of a group that is actually able to edit the record?
Go to admin-area in the generated application -> groups -> edit. Should look like this:

- Zwischenablage01.jpg (50.49 KiB) Viewed 1531 times
Olaf
Re: How to edit a record?
Posted: 2020-08-11 17:28
by gkleiveland
OK, wasn't aware that I had to set the right permissions on group level. Now I've got it.
Thank you.
Geir