Skip to main content
Solved

Business Event Using Trigger By Record Change Not Working When Mass Updating

  • April 10, 2024
  • 1 reply
  • 93 views

Forum|alt.badge.img

I have a generic inquiry that detects when a new order exists meeting the following criteria. Warehouse = ‘XX’ and InventoryID = ‘XXXXX’.

The original order has a warehouse of ‘YY’. I can update the warehouse to ‘XX’ two seperate ways.

  1. Going directly into the sales order and change the warehouse from ‘XX’ to ‘YY’. The business event fires as expected.
  2. Mass Updating the warehouse from a standalone generic inquiry from ‘XX’ to ‘YY’. I do NOT go into the sales order to update the warehouse. The business event does NOT fire.

The trigger conidition on the business event is record inserted. 

 

Best answer by Manikanta Dhulipudi

Hi @kurtwoeste 

When a record is inserted in the generic inquiry, the business event will be triggered. However, when updating data, it's important to note that technically the data is not being inserted. If you update the data through an import scenario, then the business event will trigger an update. It's recommended to use import scenarios instead of mass updates for triggering business events. Alternatively, consider modifying the mass updates in the respective screen of the generic inquiry and reviewing the results.

Thanks

View original
Did this topic help you find an answer to your question?

1 reply

Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+13

Hi @kurtwoeste 

When a record is inserted in the generic inquiry, the business event will be triggered. However, when updating data, it's important to note that technically the data is not being inserted. If you update the data through an import scenario, then the business event will trigger an update. It's recommended to use import scenarios instead of mass updates for triggering business events. Alternatively, consider modifying the mass updates in the respective screen of the generic inquiry and reviewing the results.

Thanks


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings