- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2024 10:29 AM
Hi team
Please advice to import data into service offering table based on parent(cmdb_ci_service) service classification is business or technical service
Name | Parent | Service classification |
abcoao | Storage Management | Business Service |
sdsnkjkj | Storage Management | Technical Service |
i used below script for parent field but not working please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2024 06:15 PM
@vamshi2 You need to set answer to the sys_id of the parent service record, not the name, because the parent field is a reference field.
Also verify that you only handle the "Business Service" classification but don't specify what to do if the service_classification is "Technical Service."
Hope this will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2024 06:15 PM
@vamshi2 You need to set answer to the sys_id of the parent service record, not the name, because the parent field is a reference field.
Also verify that you only handle the "Business Service" classification but don't specify what to do if the service_classification is "Technical Service."
Hope this will help you.