loadConfigRecordById

Server Function to load a config record and return the record object.

Parameters

  1. mode - Config name

  2. id - Record Id

Example Usages

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

Last updated