Thank you for your response!
Here’s my function overview:
I’m grabbing the custShipDS using GetById.
I also implemented this custom code:
var shipHeadEntry = BufferCopy.Copy<Erp.Tablesets.ShipHeadRow>(custShipDS.ShipHead[0]);
shipHeadEntry.RowMod = "";
custShipDS.ShipHead.Add(shipHeadEntry);
as per Logic works in BL Tester, but not BPM Code (Mass Shipment) - #12 by Jason_Woods
but without success.
Is this the type of “GetById” you were referring to?