Write a fix script to map fields and also populate it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 12:17 AM
So, there are 2 tables Basedata Cost center and Cost Center.
There is an after business rule which sets the fields which we receive in the message from ICU into Cost Center table.
Now, I want to write a fix script which will update the 1 yr old records.
So, when we receive a message with the xml which has data in it i need to map that into cost center table.
how can i do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 12:56 AM
There are 2 different tables ICU cost center and Cost center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 01:02 AM
Doesn't matter, gather information by parsing xmls and populate/update both the tables as required.