Advanced Stuff 0:30 video
How to load record update dates in an application
Load a saved record's latest update timestamp into a SpreadsheetWeb application so users can see when its stored data last changed.
To load record update dates in an application;
- Add =SpreadsheetWebRecordInfo(”LastUpdate”) named range to your workbook.
- Go to User Interface module.
- Add a textbox control and bind the named range to it
- Finally, publish your application.