# newRecord

## Example Usages

Simple (pay attention to the **await** keyword)

```javascript
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.
