Bulk update closed incident with different work note
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 04:37 AM
Hi All,
we have requirement where we need to Bulk update closed incident with different work note. the requirement is coming in excel with incident number and work note. so, we have to get the incident and update incident with corresponding work note in incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 04:40 AM
I think you can use data source and transform maps to implement this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 04:41 AM
Do a dataload to sys_journal table with sys_id of record and work_note to be added. once the data is loaded to your journal table you will see the incident updated with new notes to it.
for this you need to work on excel with record id and its associated comment to add.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....