Advanced Stuff 0:32 video

How to load the assigned user of a record in an application

Learn how to load the assigned user of a record in an application with SpreadsheetWeb. Follow focused steps, practical examples, and implementation guidance…

To load the assigned user of a record in an application;

  • Add =SpreadsheetWebRecordInfo("AssignedUserName") 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.