Discussions
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: