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