- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 08:45 PM
Greetings!
When I go an create a user or edit a user, I click on "Department" to search for a department to associate the user.
However, this list turns out to be blank. This isn't correct as I definitely have Departments. It seems I can only associate users to Departments if I do one of the following:
- Click "New" on the pop-up window and create a new department
- However, when I go and query for this department again, it doesn't show
- Go to the User Administration -> Department and add users in a department
- I'm not a fan of this method as I should be able to do this in the User record
How should I go about troubleshooting this? I would like to be able to assign department at the User record level. Clicking on Department should display a list of available departments to select from.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 09:45 PM
in cmn_department list you could add field company by clicking on gear icon and then selecting company field in right slush bucket. Then in list view you could put the value for company and then check again on user form. Also modify the form layout of cmn_department form to include company field in it .
Personalizing Forms - ServiceNow Wiki
Configuring Lists - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 10:03 PM
Good and you are welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 09:09 PM
Check in the cmn_department table by cmn_department.list, if there is any record present there...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 09:38 PM
Tanumoy Paul - check there and there is definitely values in the cmn_department.list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 10:01 PM
Thanks for pointing me to the Tables Tanumoy Paul - that put me on the right path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 09:33 PM
Check the reference qual for field department . Whatever the filter applied in there is returning no records from referenced table.