Application studio Combobox filter parameters

I would like to filter all miscellenious code based on the currencycode on the sales order. Can someone tell me what am I doing wrong here?

It might be easier to do this with a bpm on the method that is populating the list.

2 Likes

How? Can you please provide example?

There are examples here on the forum. Searching BPM FILTER LIST returns a few matches, one of them:

You can’t filter a combo from another dataview with those properties.
You would need to use another method such as setting the data source of the combo to be a BAQ and filter with events.
There’s a bit of that in here: BAQ Combo customization - how to convert from Classic to Kinetic - #13 by hmwillett

Using a BPM is going to be much easier.

2 Likes