I have a fairly extensive triggered action that recalculates several fields of a table if a record of that table is updated in some way. Now suppose I need to update my trigger code with a new/updated calculation. How can I update all the records with the new trigger code? How do I fire this trigger for all rows of the table?
Aside from the tedious method of making manual updates to individual records, I've tried a couple things:
- reload/import data to the table. This fails because as I know now, triggers do not fire during import
- do a search and replace on some field of the table that forces the trigger to fire. This fails with the error message, "too many records for triggered actions to work on"
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
sgriesbach
I have a fairly extensive triggered action that recalculates several fields of a table if a record of that table is updated in some way. Now suppose I need to update my trigger code with a new/updated calculation. How can I update all the records with the new trigger code? How do I fire this trigger for all rows of the table?
Aside from the tedious method of making manual updates to individual records, I've tried a couple things:
- reload/import data to the table. This fails because as I know now, triggers do not fire during import
- do a search and replace on some field of the table that forces the trigger to fire. This fails with the error message, "too many records for triggered actions to work on"
Thanks for any advice,
Sue
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.