EFx for inventory transfer with serial numbers

Sorry for dragging this on, and I do appreciate the help. But I’m still not getting through this wall.

It won’t compile that way, either - and I tried with and without an “s” and the end of Number(s)

image

You should have no issues with the Fill Table widget, I have done it this way on a few different serial number selection customizations. I have a feeling that your Fill Table query is returning 0 rows so not filling any new row in the ds.
Try making your query on the SerialNo table with your serial / part as table criteria. Then see if there is something in the insert.

2 Likes

Try

Erp.Tablesets.SelectedSerialNumbersRow
1 Like

I need to be able to mark at least two of these as the solution!

This was, of course, right all along, but I was struggling with this :point_down:

And that did it. (I used the SerialNo tableset; I think that’s what you meant, as you can’t access DB tables in the fill query designer.)

Well, that and I removed that GetSelectSerialNumbersParams method. I don’t know why, but it was stopping me, too.

You all are AWESOME! :heart: :heart: :heart: :heart: :heart: :heart: