- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2015 11:04 PM
Hi All,
I have created an Process Flow for incident table in an Default Update Set. Now, i want to capture that in an some other Update set.
So how one should do that, or is there any option by which we can delete process flow and build again in an update set ?
Thanks,
Gaurav
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2015 12:39 AM
Are you sure process flow will not get captured ? I sure remember moving it via updateset

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2015 11:10 PM
this answers your question .. Please close off the loop and mark it answer if your question is answered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2015 12:03 AM
The update set does capture the process flow by default. there are two ways :
1. Using Update set - Go to the process flow, and open that record. In that record, update any field say Order Or description, and then click save/ Update. You will see a record stored in Update Set i.e. the XML is captured.
**Note if you keep on updating the same process-flow record, you will only see one update captured for it.
2. Using XML Imports - this method is tricky and isnt easy as it seems. Anyways since you asked, go to the process flow list of records. Select only the records you want to show in list of records. It can be one or more than one. Say filter by updated by your name and on table .
Now right click on the list header,and go to Export. Choose XML. Save the file.
Goto target Instance, go to process flow listof records, again right click header, and choose Import as XML.
Sometime import as XML is not available, then you need to go to retrieve Update set under update set module. Click on the related link(Import update set) at the end of retrieve update set list of records , select the XML file you saved.
It's DONE. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2015 12:39 AM
Are you sure process flow will not get captured ? I sure remember moving it via updateset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2015 02:50 AM
Thanks for your help