Advanced Stuff 0:31 video

How to load record creation dates in an application

Load a saved record's creation timestamp into a SpreadsheetWeb application so users or formulas can reference when the record was first submitted.

To load record creation dates in an application;

  • Add =SpreadsheetWebRecordInfo(”EntryDate”) 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.