We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

What is mean current.isNew()

SS64
Tera Contributor

What is mean current.isNew()?

What is mean current.isNew() and current.isNewRecord()?

6 REPLIES 6

Megha Padale
Giga Guru

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.

valarmathi_kann
ServiceNow Employee

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.