Hi, I am trying to use objSublist.getColumn on an ...
# suitescript
c
Hi, I am trying to use objSublist.getColumn on an item record's sublist but it does not work. And I am sure that it worked some weeks ago. Attached is the data I want to get. I use
record.getSublist({ sublistId:'itemvendor' }).getColumn({ fieldId:'vendor_display' }));
and it returns "null". However if I take the column "vendor" :
record.getSublist({ sublistId:'itemvendor' }).getColumn({ fieldId:'vendor' }));
it works fine. Any idea ?
s
the object representation you show in the screenshot is no official API output I'm aware of.