loadConfigRecordById
Server Function to load a config record and return the record object.
- 1.mode - Config name
- 2.id - Record Id
loads a record and stores it in a variable
let record = await brixxServerApi.loadConfigRecordById("address", req.body.parameters.addressId);
Last modified 3mo ago