- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 12:14 PM
I have created a new role and havent assigned anyone to that role. In the ACL of my table, i added the newly created role in the "Create Access" part. I removed the default role which has been created as well..
Q1:In this case when i go to my actual table data, i still see the new option over there.. I m d admin for my instance.. So does it show "New" option for me? But it shouldnt be.. Rit? Since only the members of newly created role should see the "New" option.. Right
Q2:
I have around 10 tables(9 Admin related tables and then one main form) for my application. When i created those tables, automatic ACL;s with the default role has been added. Now should i have go to individual ACL's in each table and have to add the newly created roles? Or do we have any better process of doing it?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 04:47 PM
Hi Kailash,
In this case it is visible as table is not restriced based on role. I just hopped to your instance and I see there is no role assigned.
Can you please assign role and test once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 11:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 12:54 PM
Hi abhi_r ,
The issue was fixed by removing the role for write ACL and just including the criteria alone.. it helped to fix

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 12:56 PM
So the script did work right
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 12:59 PM
yes... i just simplified it as answer=current.isNewRecord();
and one of the other condition in my write ACL is
Created by is javascript :gs.getUserID();
This one alone doesnt work as of now

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 01:01 PM
What you are trying to do here with the second condition.