Table Roles Queries

kailashthiyagar
Kilo Guru

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?

1 ACCEPTED SOLUTION

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.


View solution in original post

27 REPLIES 27

Create:


create.png



Write:


write role.png


kailashthiyagar
Kilo Guru

Hi abhi_r ,



The issue was fixed by removing the role for write ACL and just including the criteria alone.. it helped to fix


Abhinay Erra
Giga Sage

So the script did work right


kailashthiyagar
Kilo Guru

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


Abhinay Erra
Giga Sage

What you are trying to do here with the second condition.