Skip to main content
Question

Can you change the Quick Filter for reports/generic inquiries?

  • July 7, 2025
  • 0 replies
  • 42 views

I’ve extended the InventoryItem DAC to include a custom field called UsrAlternateIDs. I would like to include the custom field in a selector that is fast filterable. I have added the field to be selector visible and on a normal screen I can change the FastFilterField property to include the custom field and it works there. For example, it shows up in both the selector grid and just from the field itself:

But lets say I want to include this field on a report instead. The report uses the InventoryTranDetEnqFilter DAC for the Inventory ID selector. I can add a custom unbound field that populates the Inventory Item custom field to an extension of InventoryTranDetEnqFilter and it shows up in the Inventory ID selector. However, I cannot get it to search for values in this field. Any ideas if this is possible?

As an example, this shows the custom field in the selector but I would like to search for this value in either of these places and have it show up as a record to be chosen.

 

But when I search for that value it doesn’t pop up at either location.

 

I’m not sure if this is just beyond my capability or if this isn’t something easily done. Thanks for any tips!

Edit to say this subject mentions both reports/generic inquiry but the text here only points at a report. I would also end up attempting to do this on a generic inquiry but didn’t look into it yet.