- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2015 08:05 AM
I have a custom application and table where the request is to prevent editing on the form while the status is 'on hold' BUT to allow specified users to make changes via list edit - providing they have the correct role.
I'm very new to ACLs and I've gotten most of this done. I adapted the existing ACLs on the table to allow write access only when the status is not closed (that was existing) or on hold (my change). On the form this works perfectly.
HOWEVER, I'm not able to get the list edit roles working. I've been able to determine that the write ACL is trumping the list edit ACL.
What I'm hoping for is suggestions for workarounds.
TIA!
Solved! Go to Solution.
- Labels:
-
Ask the Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2015 10:37 AM
Yes if you allow edit in both form/list you won't need to have a UI policy on the form. Definitely more straightforward!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2015 07:52 AM
Yes Anurag. Thanks for the help. Got it Fixed.