My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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/>…