Why would a UI Policy work as admin but not as a user?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2010 11:38 AM
I added functionality so that when certain users create a template then can cause it to show up as a module. The issue that I am having is I created a UI Policy to show and hide the two extra fields that they need to fill out. But for some reason the UI Policy only works for me as an Admin. It does not work for a normal user. My first thought was there was a view involved and the user's view did not have the fields, but I can not locate any views for the sys_template table.
I have tried several things and none of them seam to have help.
If anyone can offer any suggestions I would be most appreciative.
Drew

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2010 05:34 AM
You where correct, it was an ACL, just not on the sys_template table. The field that was not showing up was a reference field to the sys_app_application table and only the admin has read access there. Once I added a role that had read access to the table it started showing up.