Check if a record needs a save
21:42 Nov 07, 2020
Hello,
How does the save button on an edit page know when to appear? This is the property I would like access to as well.
Thanks
Like
2 comments
Best reply
00:36 Nov 08, 2020
You can use this to determine if the record needs saving (if the save button is showing)
if (this.get("ShowSaveButton")) { // needs saving }
Ryan
00:36 Nov 08, 2020
You can use this to determine if the record needs saving (if the save button is showing)
if (this.get("ShowSaveButton")) { // needs saving }
Ryan
12:59 Jun 19, 2025
Ryan Farley,
Hi Ryan,
Any possibilities in freedom UI for this?
Show all comments