- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2019 02:59 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 12:11 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2019 03:08 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 12:11 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019 01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 08:47 PM