# DefaultValue

This value is set when the app is opened or a new record is created. In the background, the brixxApi function setFieldValue is called with this value.

Example 1

```
  
1
```

Example 2

```
  
"Hello World"
```

Example 3

```
  
await app.sqlReadValue("readAddressName", { id: 1 } )
```
