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 and displayRecord

Example Usages

Simple (pay attention to the await keyword)

   brixxApi.loadAndDisplayRecord(keyFieldID);
   await brixxApi.loadAndDisplayRecord(keyFieldID);

Last updated