Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Getting media item data from download-item record
I need to get the URL for the media item that is associated with a downloaditem. The normal way of getting items via a 'machine' doesn't work in this case: itemRecord.getLineItemCount("mediaitem")
When I look at the downloaditem record via XML I see the price, and sitecategory "machines" but nothing for the media item, so I can see why the above script wouldn't work. However we have a custom record on our items, and I can get data from that with getLineItemCount etc, and that doesn't show up in the XML
Anyway, what is the correct way of getting data for the mediaitem(s) that are attached to a download item. I really only need the internal ID of the media item as once I have that, I can get everything else I need.