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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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