displayRecord
Last updated
Was this helpful?
Last updated
Was this helpful?
Displays a record in an Gebra Suite app. To get a record, you could use e.g.
the record.
the current control. This control is excluded from the discard changes check, that occurs before the record is displayed
Simple (pay attention to the await keyword)
In this context, await keyword is used to wait for the completion of the asynchronous function displayRecord. It halts the execution of the code until the asynchronous function has finished executing and its promise has been resolved.