How to give write access to new record fields

Nag9
Tera Expert

Hello Experts,

I have a business requirement, To give access to a particular module

 

Here is the requirement:   I have module titled as "work groups" represents "sys_user_group" table and type is default to (work), for a particular group members(impersonated) I want to give access to create new records and editable existing records, For that I created ACL's(create/write).

its working fine for existing records, but while I'm creating new record some fields are read only mode(these fields are editable in existing records)

 

Can any one help me out on this

 

Thanks

Nag

 

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

Hello Nag,

The ACLS work first when rendering the data and after that the client scripts work. So if you are setting the type to wm_work thorugh client script, then your ACL is failing by that time and hence they are in read only mode.

Try to set the default value of type as wm_work and then create a ACL write access on the record and check.

View solution in original post

4 REPLIES 4

Pratiksha Kalam
Kilo Sage

Hi,

Create a field ACL to control field level updates. Following provides more information on how to create field level ACL. I would recommend to limit the field updates to a 'role' not an user. User may change but role stays. Add that custom role to selected user or group to control updates.


If my reply helps you at all, I’d really appreciate it if you click the Helpful button and if my reply is the answer you were looking for, it would be awesome if you could click both the Helpful and Accepted Solution buttons!  

Regards,

Pratiksha

asifnoor
Kilo Patron

Hello Nag,

The ACLS work first when rendering the data and after that the client scripts work. So if you are setting the type to wm_work thorugh client script, then your ACL is failing by that time and hence they are in read only mode.

Try to set the default value of type as wm_work and then create a ACL write access on the record and check.

Thanks asif, its working fine

Hi Asif, Am also facing kind of above issue. There is a module "Bulk Case Requests" And it's working fine when am trying to create a new record. But when I try to impersonate others who have create/write access, but still fields are showing as read only when trying to create new record.