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.
Displaying custom item field: combo box
How do you display item data from custom fields when there are multiple values, such as in the case with combo boxes. The usual format of
<%= getCurrentAttribute("item", "custitem_pdffile")%> doesnt seem to be doing it.what im doing here is pulling data associated to a custom record called "PDF Files" which maintains information such as file name, create date, etc. any item can be associated to multiple pdf files (stored in the file cabinet). i need to display links on the detail page of the item to these files. if anyone has a better approach im all ears.
0