# saveCurrentRecordWithoutEvents

Works exactly like [saveCurrentRecord](https://brixxbox.gitbook.io/brixxbox-documentation/client-api-reference/functions/savecurrentrecord). Except, that it des not trigger any events (like close on save).

### Example Usages

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

```javascript
   await brixxApi.saveCurrentRecordWithoutEvents();
```
