hide drop-down while inserting a new entry

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
basti52
Posts: 4
Joined: 2016-04-14 15:53

hide drop-down while inserting a new entry

Post by basti52 » 2016-04-26 14:29

Hi folks,

I'm trying to hide fields for a certain user group while inserting a new entry. The field to be hide is a drop-down field which is feed by another table. I already reviewed the following posts, which are telling how to hide labels or fields but don't work out for me (with drop-downs):
http://forums.appgini.com/phpbb/viewtopic.php?t=465
http://forums.appgini.com/phpbb/viewtop ... 3809#p3809
http://forums.appgini.com/phpbb/viewtop ... 4381#p4381

The basic idea here is:
1) user of group1 creates an entry.
2) The status of the entry is set to "Entered" for this user group and should be hidden.
3) user of group2 has higher privileges and is able to update the entry. After updating the entry the status can be toggled to e.g. "Completed" by this usergroup via a dropdown field which is a table within Appgini.

Looking forward to hearing from you.

Thanks
basti
using Appgini v 5.5

basti52
Posts: 4
Joined: 2016-04-14 15:53

Re: hide drop-down while inserting a new entry

Post by basti52 » 2016-04-27 18:17

have also performed the steps described in this post, with no success:
http://forums.appgini.com/phpbb/viewtopic.php?t=1916

Post Reply