sgoupil
2nd December 2015, 14:29
Hello, using DAL calls, I'm creating a new production order reocrd. The new production order is created with a serie number. Is there a way for us to get the newly created production order number (like in AFS with the stpapi.get.field) equivalent?

vinceco252
2nd December 2015, 20:17
After you do the save, you should just be able to read tisfc001.pdno to get the number (i.e., prod.order = tisfc001.pdno).

Vince