loadAndDisplayRecord
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 loadrecord.mdand displayrecord.md
Example Usages
Simple (pay attention to the await keyword)
brixxApi.loadAndDisplayRecord(keyFieldID);
await brixxApi.loadAndDisplayRecord(keyFieldID);