Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
'created' field in custom record sublist
Hi. I have a custom record type that is a child record of work orders. If I do a search on the custom records, I see the 'created' field as expected. This is the NetSuite-provided 'created' field, not a custom field. Its id is just 'created'. If I look at a work order and look at the tab that displays the custom records, I see the created field as expected.
However, if I iterate through the custom records as sublist entries and do
'wo.getLineItemValue('rechmach-blah-blah','created',i) I get an empty string, not the created value. This is in a client script. Getting other fields works fine.
0