Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Since version 9.0
  1. the user opens the live price list detail page

  2. the user selects the Mass Actions  XYZ

  3. the system executes the parameterizedCalculationFlow logic in Syntax Check mode, to retrieve the list of input field definitions

  4. the system shows the page with settings for the mass action, including the inputs defined by the logic.

  5. the user selects the filter for skus, enters the input values, etc.

  6. the user clicks on button Run Action

  7. the system schedules the parameterizedCalculationFlow logic to be executed in the next time window

  8. the user can see back the list of live price grid items

  9. in the background, the system picks up the scheduled job, and starts the parameterizedCalculationFlow logic in standard execution

  10. the logic does its job - usually starts some process, e.g. partial recalculation of the live price grid. It can pass the values entered by user to that calculation process.

lpg custom mass action.drawio
  • No labels