Loading...
Server Function to load a config record and return the record object.
mode - Config name
id - Record Id
loads a record and stores it in a variable
let record = await brixxServerApi.loadConfigRecordById("address", req.body.parameters.addressId);
See also client side api loadConfigRecordById