Category:
Updated on: August 30, 2025
|
0
Client Script Patterns 2 -OnSubmit & OnCellEdit
🔧 Client Script Patterns:
Examples & Scenarios
3) onSubmit: block or shape submission
3.1 Block submit until required related list has rows
3.2 Confirm destructive action
3.3 Cross-field logical validation
4) onCellEdit (list editing): fast grid rules
Signature varies by release. A common pattern:
function onCellEdit(sysIDs, table, oldValues, newValue, callback) { ... }
4.1 Prevent setting past due date in list
4.2 When priority changes in list, auto-set urgency (silent)
Comments
No comments yet.