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!
NLUSERINFO on hosted pages.
We are trying to display user information (login/logoff) and # items in the shopping cart on hosted pages. It seems like this has stopped working in the latest version. Seems like NLUSERINFO on hosted pages is not displaying customer information.
When logged in the hosted page displays:
getCurrentAttribute('customer','entityID','Guest') Guest <NLUSERINFO> Returning Supporters click here to log in. getUserInfo() Returning Supporters click here to log in.We expect it to display:
getCurrentAttribute('customer','entityID','Guest') Shane Davies <NLUSERINFO> Welcome Shane Davies! class='headbarsub' Login getUserInfo() Welcome Shane Davies! The code for header_test.html is:
0