Material Queue Manager Custom

Hello we have a custom material queue done by CSG I just need to sort something out which I thought was simple, there change brought in the OTS data and also OrderHeld so the hold button on order entry however I cant hide the OrderHeld = True transactions like I could do on 10.2.700 via a hard set filter in the customisation when i do a manual filter I get an error

Filtering the grid shouldn’t be calling a method at all, at least I wouldn’t think so. It should be filtering data that is already in a dataview. But this being a customization, I’m not sure how it was built.

Can you try filtering by 1 or 0, instead of true or false and see if that makes a difference? 1 & 0 works in the BAQ designer. Worth a shot.

1 Like

If you can edit the customization you may try to set the Grid Model → Columns → ERP Editor to Boolean for the columns.

That should give you something like this

2 Likes

Perfect this works thank you :slight_smile:

Is there anyway to make it default to false or would this be at user personalisation settings

1 Like

Don’t forget to mark the answer as solution. :slight_smile:

I just did set the default to false and save layout. Both preview and in app studio.
It does not remember that.
Maybe it’s the version I’m running or maybe it will work if you do it in non-preview mode (when you run it from the menu ie.)
Even if it will work it will be the personalization which is user specific.

Another idea might be if the source of rows is the BAQ, you can apply filters there. But the data will be filtered already so you may lost some of rows. It depends on your needs.

Unfortunatley I need to re-open this when I preview the application it shows as drop down but when I publish then click filters it shows box :frowning:

It looks like the layer is applied. The column changed from true/false to showing a Boolean type checkbox.

Can you not filter it at all? What are you expecting to see?

on the preview application for the dashboard it shows a drop down of true or false but on deployment it only seems to let me type in a value but then I get the same error again