Replace Part Entry Landing Page Data View with BAQ Data View

I changed the data view that populates the landing page in Part Entry with a data view sourced by a BAQ. I created an event on when the grid is clicked (on PartNum) to update LandingPage.PartNum with the part number from the BAQ and then trigger the OnClick_grdLandingPage event.

When I load Part Entry for the first time and click on a part number in the grid, everything works fine. The part detail page is opened. However, if I return to the landing page and click on another part number in the grid, the part detail page doesn’t open. The KeyField is updated but the part detail page never opens. Interestingly, if I then refresh the page, the part detail page for the correct page appears.

When I looked in the debug console everything seems to be running fine, I just get only one shot at opening a part detail page from the landing page without a refresh.

Any help would be appreciated.

1 Like