Rule to enforce data entry order #14
StefanMaron
started this conversation in
New Rule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This rule is a tribute to Erics video on data validation
https://www.youtube.com/watch?v=dg72Av_A-XA
In most of the cases you should first fill out die primary key fields, then do an insert(true) then fill out all the other fields and then do a modify(true)
This replicates the exact way how data is entered by a user via the GUI
Beta Was this translation helpful? Give feedback.
All reactions