Within the Netsuite UI, we were able to add a cust...
# dev-ops
b
Within the Netsuite UI, we were able to add a custom transaction line field so that it appears and saves on the purchase requisition item form. However, when pulling a requisition via suitetalk
$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.
message has been deleted
First image is a Purchase Order with:
Copy code
"itemList": {
    "item": [
        {...}
     ]
}
The second image is a Purchase Requisition with:
Copy code
"itemList": {
    "purchaseRequisitionItem": [
        {...}
    ] 
}
s
this is probably better better served in a different channel
b
@stalbert I added it to #C2K2RJNAC too. This is a rather annoying bug. Trying to get the attention of a dev.