estm8ben
(Ben Stohr)
June 10, 2025, 5:16pm
1
Hello,
I was trying to add some filtering on the Part - Landing Page in 2023.2.32 (on-prem).
It uses the Erp.BO.PartSvc GetRows.
It is successful in changing what Parts are listed in the grid.
But I feel I’m missing something, still.
I’ve left the default grid filter “All”
While my grid contents change with the each of my added choices:
If I select the first Part record in any of these added filters, it only opens the record in my second screen shot:
I assume that my grid content has changed by whatever is indexed in the data has not changed.
Can anyone point me to what I need to do to get this to completion?
Ben
Could you please share the filter expressions you utilized for various types of parts?
The View Options setting should be configured as follows:
estm8ben
(Ben Stohr)
June 12, 2025, 5:05pm
5
Thank you for looking at this.
I’ve done the same settings as you describe:
I change the filter from the default - “All”.
I select the first listed Part, by clicking on the blue PartNum.
The Part put into the form is still the first from the “All” list:
In fact ANY Part I select from the filtered list brings back the first Part from “All”, every time.
Could you please update the ViewOption EpBinding as follows?
1 Like
estm8ben
(Ben Stohr)
June 13, 2025, 2:16pm
7
Yes!
Changing the “All” settings has helped me get the results to load.
All of the filter options including “All” needed to have EpBinding set to LandingPage
Thank you so much!