cancel
Showing results for 
Search instead for 
Did you mean: 

Detect selecting multiple items

pm_witmond
Participant
0 Kudos
76

Hello,

We must do some calculations on the sales order. Using the item event it works fine but only for the first line we select.

When we select more lines (using shift or ctrl) only the first is processed.

We've tried different solutions (modifiers, selected rows) but until now nothing works correct

Who can help me ?

Business case

Open Sales order

select BP

click on column itemcode

press TAB

select multiple item

click OK

At this point we need to know how many line are selected to we can process them

Thanks,

Paul

View Entire Topic
edy_simon
Active Contributor
0 Kudos

Hi Paul,

Are you using UI API for this ?

I recommend catching the on After Choose From list event

and do a count on the SelectedObjects

Regards

Edy