Update all records when transform map matched the multiple records, coalesce is on one field only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 09:54 PM
Update all records when transform map matched the multiple records, coalesce is on one field only.
Can we update all matching records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2024 11:04 AM
if the records are duplicated and if we have retired one of them, will it still update the retired one? coz thats what happening in our case. duplicate records one is active and another one is Retired but each time Retired CI gets updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2024 10:34 PM
Are you using coalesce ? Could you give me more information about your query if possible attach screenshot also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 12:38 AM
Yes Coalesce on Serial number and name. We have an integration from where we are receiving the server updates. Target table is cmdb_ci_server. We dont have any onbefore script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 04:38 AM
If you are using coalesce. So first IRE check for matching record if found it will update the record (no matter if value is retired) else create new record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 10:20 PM
Ok.. so transform scripts Onbefore can avoid updating retired CIs?