- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi all,
I want to add a Employee number field in the work details section which is available in the my profile of service Portal.
I tried adding a field in work details section from sn_employee_overview_section TABLE. But still the changes are not reflecting in portal?
I have attached the image.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Abishek1998 Have you tried to edit the widget directly in the portal? Maybe using page designer will help.
User ProfileEmployee Profile- or a custom clone
Check the widget’s HTML / server script
Look for something like:
or:
data.user.employee_number = user.employee_number;
If it is using $sp.getUserRecord()
Then the issue is usually:
- The field is not on the sys_user table
- OR it’s not readable due to ACLs
Check:
- Is your employee number field actually on
sys_user? - Does it have read access for the logged-in user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Abishek1998
Refer KB : KB0693942 How to add fields to the user profile page in Service Portal
- Go to a sys_user record form view.
- Switch the form view to Service Portal.
- Add the fields you want to this form view.
- Save the change.
- Verify that the fields appear under the About section on the user profile page in Service Portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Tanushree Maiti - I tried this method and I am getting nowhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Check this post, another user had a similar situation and the solution provided worked:
https://www.servicenow.com/community/employee-center-forum/newly-created-overview-section-not-showin...
Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @alexalejandro and @Tanushree Maiti ,
I have followed your steps but still it is not reflecting in portal. I have attached the images