- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:11 AM
Hi All 😃
How do I get to the "additional comments" field using a script to make it mandatory.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:15 AM
The name of the field is comments if you want to use it in a script, it will go something like
g_form.setMandatory('comments', true);
I would suggest use ui policy to make it mandatory if possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:14 AM
Hi @Danit Shabtay ,
getJournalEntry(1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 02:15 AM
The name of the field is comments if you want to use it in a script, it will go something like
g_form.setMandatory('comments', true);
I would suggest use ui policy to make it mandatory if possible