Skip to main content

Documentation updates for May 27, 2026

Upgrade Guide: Field Value Reset and Reuse Behaviors

Clarifies how field values are handled during row changes. The LEGACYRESET option ensures correctness by recalculating for every row but may slow performance. REUSEFIELDVALUESONROWCHANGE offers faster execution as the new common behavior; review implementations relying on null start values.

Updated pages:

Documentation updates for May 26, 2026

Best Practices for setFieldValue Usage

Restricts neon.setFieldValue usage to safe, isolated contexts like onActionProcess. Recommends valueProcess for dependencies to keep logic local and avoid refresh chains. If setFieldValue is necessary elsewhere, keep it narrowly scoped to prevent conflicts with asynchronous refreshes.

Updated pages: