Agria Posted February 14, 2021 Report Share Posted February 14, 2021 Can anyone please explain the flow of calculating 10K records in triggered action? I get the "affected records by this action exceed....." message even when I deal with 500 or less records. Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Nuke354 Posted February 15, 2021 Report Share Posted February 15, 2021 Usually, it means 10k are affected in a single event. For example, if I create a loop that inserts 500 records 10 times on Table A , 500 records 10 times on Table B. We get: 500 x 10 = 5000 500 x 10 = 5000 And we get 10,000 records affected. You can provide a sample trigger so we can check on it. Quote Link to comment Share on other sites More sharing options...
0 NiceDuck Posted February 18, 2021 Report Share Posted February 18, 2021 You may want to check our discussion here as well: Quote Link to comment Share on other sites More sharing options...
0 Queso Posted February 16, 2022 Report Share Posted February 16, 2022 Hi, just to add something based on an experience on this.. correct me if I am wrong.. If a Triggered Action and an Application Task have cascading behavior, the number of records affected by the Application Task will include the records affected by the Triggered Action. For instance, if a trigger affects 8k records and an Application Task cascaded to that trigger affects 3k records, your task will fail and the message "affected records by this action exceed..." will appear. Quote Link to comment Share on other sites More sharing options...
Question
Agria
Can anyone please explain the flow of calculating 10K records in triggered action?
I get the "affected records by this action exceed....." message even when I deal with 500 or less records.
Thanks in advance
Link to comment
Share on other sites
3 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.