Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
Newbie: Can I use a variable for id in a getAttribute function?
I'm trying to use a variable on a webpage to plug into a getAttribute tag:
var partnerCompanyName = "<%=getAttribute('partner',intPartnerInternalID,'companyname')%>";
I've checked and I'm using an integer. If instead of using intPartnerInternalID, I use a number like 198 it works. If I try to use it like it is above I get an pop-up error message on the webpage saying "Syntax error: parameter intPartnerInternalID in method getAttribute is not a valid quoted string."
I've tried several variations, but can't seem to find anyway to use a variable in the getAttribute function. I've checked through alerts to make sure the variable value is what I'm expecting. I feel like I'm missing something easy. Any help would be appreciated. Thanks!