My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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/>…