Skip to main content

Common Snippets

Notes

E9 Code Block: Validate Through an Interface Before Submit

·876 words·5 mins
Ecology E9 Code Block Interface Validation Submit Guard
The core E9 submit-guard pattern: start from the submit event, call an interface asynchronously, require a stable successful response, and decide from responsebody.

Main Field Formula: Count Detail Rows Matching a Condition

·75 words·1 min
Ecology Common Snippets Code Snippets Field Formula Detail Table
Uses CALDTROW to count detail-table rows that match a condition into a main-table field; the condition must use a double equals operator, and mistakes may not throw errors.