My Stuff
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. 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/>…