Brian Freytag
07/17/2019, 6:24 PM$netsuite->get()
, it is nowhere to be seen in any of the purchaseRequisitionItems
in the itemList
If I take that requisition item and attach it to a Purchase Order, when I pull the PO, the custom field is right there for each of the items in the itemList
.
It doesn't make any sense to me.Brian Freytag
07/17/2019, 6:25 PMBrian Freytag
07/17/2019, 6:27 PM"itemList": {
"item": [
{...}
]
}
The second image is a Purchase Requisition with:
"itemList": {
"purchaseRequisitionItem": [
{...}
]
}
stalbert
07/17/2019, 7:35 PMBrian Freytag
07/17/2019, 7:37 PM