- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2021 11:59 AM
Can some one help me how to make comments field mandatory in agent work space
I tried g_form.setMandatory('comments', true); but not working , I am enforcing that in the workspace client script section , every other action is working fine except setting mandatory to comments section.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2021 06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2021 01:14 PM
Is there any other condition? Or do you want ANY save in that interface to require a comment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2021 01:20 PM
There is UI action on the incident when CLicked on that we ask the user to put some additional comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2021 06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2021 07:13 AM
Thanks Anurag , the left side additional comments we are not displaying, we are only showing journal field, we have the same code but it is not displaying the journal field mandatory.