Hey guys, I am trying to auto populate inventory d...
# suitescript
k
Hey guys, I am trying to auto populate inventory details for a sales order form a client script. Problem is that all subrecords api's like
Copy code
.hasCurrentSublistSubrecord({
    sublistId: "item",
    fieldId: "inventorydetail"
});
is returning null but in the ui I can open the popup. Is this like a known issue with Netsuite or I am missing sth?
k
Thanks a bunch