Advanced Stuff 0:47 video

How to load record IDs in an application

Learn how to load record IDs in an application with SpreadsheetWeb. Follow focused steps, practical examples, and implementation guidance to complete the…

To load record IDs in an application;

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