What is mean current.isNew()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 09:48 PM
What is mean current.isNew()?
What is mean current.isNew() and current.isNewRecord()?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2020 10:40 PM
Hi,
Adding to all above, I didn't see isNew method till now, I know about isNewRecord.
isNewRecord checks if the current record is a new record that has not yet been inserted into the database.
If My answer helped you in any way, mark answer as helpful and correct.
Thanks and regards,
Megha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2020 12:57 AM
There is no current.isNew() in ServiceNow. We only have current.isNewRecord() which is used in Client Scripts, Business Rules, ACLs which checks if the record is inserted new.