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.
EP > Email Payment Notification > XML template > Subsidiary Name
Hi NS Community!
I am trying to modify the XML template for our Remittance Advise (Email Payment Notification on PFA). I have already located the Subsidiary Address but Subsidiary Name is not reflecting. Here's the portion of XML file:
<span class="nameandaddress">${record.subsidiary}<br /></#if><span class="nameandaddress">${subsidiary.mainaddress_text}
I have already tried the following:
{record.subsidiary.companyname}
{record.subsidiary.legalname}
{record.subsidiary}
{record.subsidiaryName}
{entity.subsidiary}
{entity.subsidiaryName}
How to locate the Subsidiary name in XML? Thank you!
0