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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Trying to get Partner (the Partner's Internal ID) from Partner field on Customer Rec
Short Question: Anyone know how to get the Partner Internalid from the customer record (partner is on the sales tab of the customer record)?
I'm trying to do this on a webpage.
---
Longer Explanation:
On a web page, I’m trying to lookup the partner from the customer record and use that to get some more information about the partner from the associated partner record.
I can get the Partner ID (not partner internalID) from the customer record by using
var netsuitePartner = "<%=getCurrentAttribute('customer','partner')% >";
I was assuming that it would return the internalID of the partner. Then I could use it to find out more details about the partner, for example:
0