What is the changes() method that is used while tracking the change of work notes or additional comments and why it is not used with other fields?

Harminder Rain1
Tera Contributor

Used in for eg. current.work_notes.changes();

1 ACCEPTED SOLUTION

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

The "changes()" method is used for any field, not only for work notes. Just go to Business Rules and use a filter on Condition contains changes() and you will see.

The method checks to see if the element has changed in value since being loaded.

 

Regards,

Sergiu

View solution in original post

1 REPLY 1

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

The "changes()" method is used for any field, not only for work notes. Just go to Business Rules and use a filter on Condition contains changes() and you will see.

The method checks to see if the element has changed in value since being loaded.

 

Regards,

Sergiu