Skip to content
🚀 Rapid Application Development with the App Builder

app.setInsert(boolean)

Enables or disables record insertion functionality.

Scope: TABLE

Parameters

ParameterTypeDescription
setbooleanEnable or disable insert.

Return Value

None

✨ Example

js
if (app.getUsername() === "anonymous") {
    app.setInsert(false)
}

Notes

Please be aware that the server will block any rights that surpass the app's configured limitations, even though permissions can be dynamically granted or revoked.