End users are not able to see Additional Comments Field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2020 09:48 AM
Hi Team,
End users are not able to the additional comments field. In form layout, additional comments field is selected.
21 REPLIES 21
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 09:47 PM
Hiii,
Try this code ,I think it will help you
if(g_user.hasRole('public')) //the user who has public role can't access comment field
{
g_form.setVisible('comments',false);//set invisible additonal comment field
}
Mark Correct and Helpful If Applicable.
Regards,
Virendra
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 10:39 PM
Hi
Is it not visible when ticket is closed? if yes then check OOB UI action reopen incident
