Best Practice: Looping and Modification #52
JeremyVyska
started this conversation in
BC Best Practices
Replies: 2 comments
-
@JesperSchulz - this might also be great for Kennie if he's up for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looping is often a dedicated topic. The methods and commands in loop (especially Find) depending on the goal and table methods (read, insert, modify, delete). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A common operation is to want to set filters on a record, then loop through the resulting records to modify them.
We should probably have a Best Practices page that breaks down:
Considerations and when to use each strategy.
Beta Was this translation helpful? Give feedback.
All reactions