I plan on calling a custom Action via JavaScript that will use the execute multiple request to create and update records. If I enable rollback for the Action, will it fail all requests that were in the execute multiple requests (is it all considered 1 transaction?)? Also need to consider paging here if I page through records to create and send more than 1 execute multiple request.
*This post is locked for comments
Most likely, it will run in the same transaction (never used ExecuteMultiple in the custom action myself, though):
https://msdn.microsoft.com/en-us/library/jj863631.aspx
If a plug-in executes within a database transaction, the plug-in executes ExecuteMultipleRequest, and a transaction rollback is initiated, the rollback includes any data changes resulting from requests executed by ExecuteMultipleRequest.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156