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!
Trying to get PartnerInternalID from customer record - Any ideas?
Short Question: Anyone know how to get the Partner Internalid from the customer record (partner is on the sales tab of the customer record)?
---
Longer Explanation:
I’m trying to lookup the partner from the customer record (On the sales tab), 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