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!
Reference My Account - Home.txt unable to display custom entity field value
Would there be any restriction to get the value of a custom entity field in My account home page (Home.txt) versus in index.ssp?
I have placed the following in index.ssp and it worked.
<div id="loyalty" align="right"><table cellpadding="0" cellspacing="0"><tr><td align="right" width="450" ><a href="https://secure.vetnpetdirect.com.au/app/common/search/searchresults.nl?searchid=48">Loyalty Point Balance:<%=getCurrentAttribute('customer','custentity_bb1_loyaltyscheme_balance','0')%></a>
</td></tr></table></div>
0