Dear Sergey, dear developer Mates!
I my project the users can inline edit their records on List1, List2, List3 pages. In a bussines function after edit the records, the users have to "Close" the survey.
During the user acceptance test some of the users didn't saved the records inline (not clicing the save all or the save record buttons), but they clicked the Close survey custom button, so they didn't save the values indeed. This button is updating a field in the database.
My question is, how to hide or disable or denied, the custom button click if there is unsaved or edited record exist in the list page?
or how can I simulate the save all button click function in the three part event (before, after ).
pageObj.inlineEdit.saveAll(), doesn't work at all.
I use PHPRunner 10.91.
Thank you!