ACL to access a table

VSN
Tera Expert

1.I have a requirement to create a new user role,(ex: Program_user).

2.the user who is part of program_user  role should be able to open and review the program table records. 

3.And also program_user sould not be able to edit the fields on program table.

 

I have to achieve this functionality by using ACL only...

24 REPLIES 24

@Siva Jyothi M  

as you have mentioned above,

1. read acl what is the field type?

2. what is type of one more acl?

@VSN 

1. read acl what is the field type? - Type is record, name is (Program_table) and (None)

2. what is type of one more acl? - Type is record, name is (Program_table) and (*)

Give the program_user for the above two ACL's.

 

Mark this answer as correct and helpful if it solves your issue.

 

Regards,

Siva Jyothi M.

 

soo,

1. read-program table - None

2. write - program table_ *. 

is it right?

@VSN

yes, that's right.

 

Mark this answer as correct and helpful if it solves your issue.

 

Regards,

Siva Jyothi M.

 

@Siva Jyothi M and i need to make work notes field editable , except work notes field all are read only fileds.