DefaultValue
This value is set when the app is opened or a new record is created. In the background, the api function setFieldValue is called with this value.
Example 1
1Example 2
"Hello World"Example 3
await app.sqlReadValue("readAddressName", { id: 1 } )Last updated
Was this helpful?