- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 04:53 AM
Hello,
I'm implementing tag-based Service Mapping.
However the CMDB already have some Application Services.
Ans some Application Service do correspond to "about-to-be-discovered" tag-based services.
When I click on "Map Selected", ServiceNow refuses to map the candidate because a service with the name already exist.
I thought of 2 options:
- Make Service Mapping reuse and update the existing Application Service to a Tag-based service
- Modify the Application Service name so that Service Mapping can map the selected candidate
And then have a procedure to merge the existing Application Service with the newly created Tag-based Application Service
Would anybody have an idea about that?
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 01:55 AM
Answering myself here, in case it helps anyone
This is actually not so hard.
The trick is to not start with the candidates list, but with the Application Service.
- Open the existing Application Service
Make sure to open it with the 3 steps wizard view, not the legacy form
(like in create Application Service )
- Got to step 2
- Click choose a method
- Select Tags
- Fill in relative data
- Click Save
- Click Update
=> this transforms the Application service (cmdb_ci_service_auto) into a Tag-based Application Service (cmdb_ci_service_by_tags).
Attention: this is not reversible, you can not swich it bas to cmdb_ci_service_auto
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 01:55 AM
Answering myself here, in case it helps anyone
This is actually not so hard.
The trick is to not start with the candidates list, but with the Application Service.
- Open the existing Application Service
Make sure to open it with the 3 steps wizard view, not the legacy form
(like in create Application Service )
- Got to step 2
- Click choose a method
- Select Tags
- Fill in relative data
- Click Save
- Click Update
=> this transforms the Application service (cmdb_ci_service_auto) into a Tag-based Application Service (cmdb_ci_service_by_tags).
Attention: this is not reversible, you can not swich it bas to cmdb_ci_service_auto
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 12:56 AM
I don't see the "Tags" option - any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 02:11 AM
Hello,
Probably Service Mapping is not yet installed ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 02:37 AM
Service Mapping is installed.
The issue was that the app service was on cmdb_ci_service_discovered.
After changed the class to - cmdb_ci_service_auto,
the "Tags" option is available on the CSDM wizard