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!
Error trying to get Customer's internalid No
Hello,
I'm trying to use the getCurrentAttribute to retrieve a customer's internal id number. On NetSuite's website, the customer is logged in and I have the following basic code.
<TD class=medtext width="75%"><B>Internal ID: </B><%=getCurrentAttribute("customer", "internalid")%></td>
When I load/refresh the page I get the following error:
Internal ID: [Error processing dynamic tag getCurrentAttribute("customer", "internalid") : attribute 'internalid' not found]
I have no trouble getting other Attributes from the customer I just can't get NetSuite's internalid no. Is there any way that I can retrieve it?