loadConfigRecordById
Server Function to load a config record and return the record object.
Parameters
Example Usages
let record = await serverApi.loadConfigRecordById(req.body, "address", req.body.parameters.addressId);Last updated