Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 07:59 AM
I know how to check if a record is new in a client script by using g_form.isNewRecord(), but I want to check if the record is not new. Can anyone tell me how to do that? I'm trying to make work notes mandatory on AG change, but only if the incident is not new. State is not a viable option as sometimes the incident stays in the new state and gets an AG change. Thanks!
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 08:02 AM
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 08:02 AM
Simply use
!g_form.isNewRecord()