I’m trying to add Part table to the OrderAllocTransferLine view which is the source of the grid in Transfer Order Fulfillment tab in in Fulfillment Workbench.
I created the FKV, and the STV, using Company on Part.
But now when I click Search from the TO Fulfillment tab, and Select All on the 100+ suggestions, only the suggestion you actually click in the search box will be the record that loads in the grid.
It seems to be ignoring the Select all, or Ctrl + click to select multiple rows.
Whatever row you click first will be the only row that loads in the grid.
Is the FKV set up incorrectly, or have I messed something up with the grid settings?
I don’t think I explained my issue very well on initial post.
My problem after adding the FKV to the grid is that when I click the Search box, and the search results come up, you cannot select > 1 row. if there are 100 results and you Select all, it highlights normally, but click OK and you’ll just get the first one you clicked.
Even Ctrl+click on various Search rows, and OK, you won’t get them all, just the first one you clicked.
Is this an issue with my FKV, or known bug, or some setting I’ve messed up on the ultragrid?
I don’t know of an easy way to do it. It would take a BAQ and some code to call it, probably fired by a button since I don’t think you’re going to be able to get an event to fire consistently.