Make a field editable for the particular group members through Dictionary Override

Kaka_23
Tera Contributor

Hey Community,

 

I've doubt regarding the Dictionary override.

 

Problem statement: In my scenario, there are two different groups the write & read group for the custom table. I've given CRWD access to the Write group member and Read access to the Read group member. But there are issues like the Write group doesn't have full access to the fields like (Status, Assignment Group, and Assigned To) because our custom table inherits the TASK table, due to that may be he can't have access to those fields. My doubt is whether this can be solved through Dictionary Override or any other possibility other than ACLs.


Thanks & Regards,

Kaka

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@Kaka_23 

dictionary override can't have dynamic condition for making readonly/editable

you can only filter using dictionary override using script

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Kaka_23
Tera Contributor

@Ankur Bawiskar 

So based on my understanding we can't achieve this through Dictionary override and Dictionary override will work regardless of groups(doesn't care about any groups), so what will be the possible way to achieve this?

 

Thank in advance.

@Kaka_23 

you can use ACL OR onload client script + display business rule (g_scratchpad)

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Kaka_23 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader