- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 10:46 PM
Hi All,
When a non admin user is logged into the service portal, it is showing 'Hi Undefined' . Actually it has to show 'Hi (user's first name)'. There is no change in html code and client side code in widget. We have recently installed HRSD plugin. Please let us know if anyone experienced this issue before.
Regards,
Devika.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2023 10:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 11:11 PM - edited ‎11-06-2022 11:12 PM
api.controller=function($scope) {
/* widget controller */
var c = this;
c.greeting = 'Hi ' + $scope.user.first_name + ', Welcome to the Bristow ServiceDesk';
};
HTML:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 11:46 PM
The same code we are using in our production instance. And also if it is the issue with the code, the problem will occur for the admin users also, the issue is only to the non admin users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 11:54 PM - edited ‎11-06-2022 11:54 PM
There could be an issue with acls:
1. Check for below acl on user table:
sys_user.none
sys_user.*
sys_user.first_name
There could be an acl restricting access to first_name field or all fields of user table. Also compare these ACLs in both your instances
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2023 10:53 PM
The issue happened due to some ACL that got installed with HRSD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 04:01 PM
Hi @Devika3 ,
How did you manage to fix it? Which ACL did you modify?
We are facing the same issue.
Regards.