Skip to main content
allenp0001
Known Participant
September 23, 2025
Question

GridPlus Mass Update

  • September 23, 2025
  • 2 replies
  • 0 views

We have a need to updater pricing on our inventory items.  I was thinking about using a GridPlus grid over an Editable Grid for the increase in performance.  My question is, is there a way using a GridPlus grid to allow the user to increase the selected items by a certain percentage?  Example would be that they could select 20 different items, enter 3 in a filed for 3% and maybe click a button and all 20 items increase by 3%?  Any input or thoughts would be greatly appreciated.

2 replies

shubhama926776
September 24, 2025

Use GridPlus with related actions to enable multi-cell selection, then create a related action that accepts selected record Ids and percentage value, processes the bulk update via process model, and refreshes the grid.

allenp0001
Known Participant
September 24, 2025

Thank you [mention:9861aef97eb2483a8b76175d9eda1e37:e9ed411860ed4f2ba0265705b8793d05] , I will look into how to accomplish that.