loadAndDisplayRecord
Last updated
Was this helpful?
Last updated
Was this helpful?
Loads a record, based on the value in the control, given as a parameter in the first argument and displays it. This function just combines and
Simple (pay attention to the await keyword)
The loadAndDisplayRecord function returns a promise that resolves to the loaded record. The resolved value of the promise is the loaded record. If the record cannot be loaded, the promise will resolve to null.