jbooker
(Josh Booker)
March 28, 2026, 10:04pm
44
Hi Chris, havnt read the whole thread but you may be able to override the default you’re experiencing by setting SysRow id in the search-show validation prop like so:
I believe the problem with the search chip for BAQ Reports is twofold:
validateFilter is broken, as you note
– validateFilter default fails for the epBinding prop ReportParam.Filter1, when it could instead use the search-show Like prop Customer.CustID
missing a search-value-set action after search-show
– that value-set widget in the built-in event isn’t even an action that exists, afaik.
This can be fixed like so:
Overide onSearch:
Copy the event ReportParam.Filter1 and name it onSearchR…