Interesting project you got there. For serial prefixes, you need to define the serial mask first to tell it how many chars the prefix has. Then, set those prefix chars in part maintenance. We don’t use those so that as far as I can go on this one.
For adding serials, I add them first in SelectedSerialNumbersSvc by calling GetSerialNumFormat and then AddSerialNum. Once I got all of them there, I copy that to the desired BO (IssueReturn or whatever you’re using there). You need to copy the fields one by one. Have a look at the reply here to see what I mean. Good luck!
1 Like