Capture the data in the update set ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2018 12:58 AM
I have a lot of data in the table
when i move the update set to the new instance
I need to export these data to a file excel and then import it.
How can I capture it in update set?
Thanks.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2018 01:05 AM
HI,
We can write a script to push your data to update set. But what i suggest is to take XML of that data and import it using import xml feature on each table. This table should be present in this instance when you import this table.
If you want to import using XML then right click on hearder of that report and at bottom you can find import xml option.
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 11:20 PM
Hi Ashutosh
Where can I find this code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2018 02:54 AM
there a small code that can capture the data in update set record by record. but the suggested way would be to do it by xml ( Insertion by XML wont run any business rule. you can use excel and data source if you want BRs to run ) .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 11:19 PM
Hi Mukesh
Do you have the code with you?