- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2015 05:34 PM
I'm trying to import some data from one instance to another using the XML data source (table.do?XML). I have a transform map that tries to set the sys_id on the target from the import table u_sys_id field. I can see the import table get populated with the sys_id of the source table, but the records are being created with a generated sys_id every time. I have set the coalesce field, and the mapping looks proper... I'm just not sure what I'm missing or if this is possible on the core_company table?
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2015 07:05 PM
If you want to set the same sys_id, co-lease isn't enough. You will have to follow the steps in the below page:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2015 10:56 PM
Bryce Godfrey Abhiram Bharadwaj Diddigi
Hi Both, I am trying to do this exact thing but with custom table. I have followed all above instructions but still not able to get this working.
Post Transformation - Source Instance sys_id of the record, import table sys_id of the record and target table sys_id of the record are different.
I am trying to maintain the sys_ids of the records in this custom table in sync across both instances. Is there anything i am missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2015 02:58 PM
The import set sys_ids will always be different. I need to see your code, to identify if you are doing something wrong.
