We Need to configure a group service accounts and we need those accounts to be worked in only cmdb_c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 11:25 AM
We Need to configure a group service accounts and we need those accounts to be worked in only cmdb_ci/asset table assign to field. And these accounts should not visible in any other cases like.. incident "caller, opened by" field and Request Item "requested for, created by" like wise for other modules change and problem....etc
Can we achieve this with available functionality in ServiceNow other then adding a new column?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 11:35 AM
Hi @Muthyalamma Kam,
You can create local accounts in User [sys_user ] table and grant the role base on need.
Also you need to configure the existing reference field which is map to User table on different form of Task table ( Incident, Catalog Task, Change etc. ) for filtering the service accounts.
You need a column which identify the user type ( like : employee, contractor or service account ).
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution