Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Help Displaying Item Internal ID
I've been working on my advanced templates and have run into a problem. I need to be able to call my current item's internal id inside of a template like <%=getCurrentAttribute('item','something-to-call-internal-id')%>. My problem originated when I want to be able to access the input fields within my 'addtocarthtml' tag form. I realize there may be more than one way to solve my problem, however, I would still like to know whether or not I can call an item's auto-generated internal id number.
Thank you for any help!
Matt Dyar
---------------------------------------------
Figured it out. It isn't in any manuals but I tried using <%=getCurrentAttribute('item','internalid')%> and it seems to return the correct item value.