I have to make field editable for group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 06:49 AM - edited 10-02-2023 07:44 AM
Hi,
I have to make field editable 'schedule start date'. I have make changes in two acl.
Please find attached screenshot :
Please correct me to make it work.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 07:00 AM
Hi @niveditakumari,
Try by adding group sys_ids instead of group names and let me know.
If my response helps you resolve your issue. Kindly mark it as helpful & correct. It will be helpful to future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 07:11 AM
Can you try like below :
if (gs.getUser().isMemberOf("Grpup_1") || gs.getUser().isMemberOf("Group_2")){
answer =true;
} else {
answer =false;
}
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates