My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
What specifically is going wrong? For example, if you log the results of the user profile component to the developer console, do you the results appear? Sample code: var UserProfile = container.getComponent('UserProfile');<br/>UserProfile.getUserProfile().then(function (profile) {<br/> console.log(profile.firstname);<br/>…