newRecord

Initializes the app, so that you can enter a new record

Example Usages

Simple (pay attention to the await keyword)

await app.newRecord();

Return Values

The newRecord function returns the information about the new record created on the server based on the (internal) response of brixxCallEventProcessor function.

Last updated