Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
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
See also client side api loadConfigRecordById
Executes a write sql statement and returns the number of rows affected
statementName - The name of the statement
additionalParameters - all controls in the current config are set as paramters automatically. If you need to add additional parameters, you can use this json object to set them
queryOptions - (optional) a json object with options for the request
timeout - (optional) timeout for the SQL Request. Default is 30 seconds
connectionKey - (optional) a key to a custom settings entry with the connection string to an external MSSQL database
Update a record with parameters
See also client side api sqlWrite
Executes a write sql statement and returns the number of rows affected
statementName - The name of the statement
additionalParameters - all controls in the current config are set as paramters automatically. If you need to add additional parameters, you can use this json object to set them
queryOptions - (optional) a json object with options for the request
timeout - (optional) timeout for the SQL request. Default is 30 seconds
connectionKey - (optional) a key to a custom settings entry with the connection string to an external MSSQL database
Read all data without parameters
Read all data with parameters
See also client side api sqlRead
This server side api function does support the same parameters as cloudPrint from the client side api.
Install from npm. This will give your project access to the BrixxServerApi.
Reference the Class BrixxServerApi from your function source.
Create an instance from BrixxServerApi to access the avialable methods.
Now the different methods from brixxServerApi can be called.
See also client side api
This server side api function does support the same parameters as businessBrixx from the client side api.
See also client side api businessBrixx
This server side api function does support the same parameters as createReportPdfBlob from the client side api.