Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2020-03-16 09:20 PM
Is there a way to detect if there are unsaved changes in a record (dirty record)? I'd like to hook something up with JavaScript but wasn't sure if there was a way to do so without actually attempting to save the record.
2020-03-17 08:40 AM
Mike, you can use the following to see if the record is dirty without first saving the record.
parent.ArcherApp.service.ArcherInterface.isDirtyContentWebForm(window._contentKey)
Advisory Consultant
2020-03-18 08:27 AM
Fantastic! Thank you, David. I will try this out.