Update set Domain Separation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2015 08:23 AM
Hi to all,
I have an update set created in stand alone instance. I would commit this update set in an instance with domain separation.
how to modify the xml to show this update set in determinate domain?
I try to modify the tag <update_domain>global</update_domain> to <update_domain>sys_id_my_domain</update_domain> but don't work.
I follow another way to modify the payload tag but i corrupted the xml like the example:
<record_update>
to
<record_update sys_domain="sys_id_my_domain">.
I don't find the documentation to learn this procedure.
thanks for any idea
best regards
F.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2015 08:49 AM
Never done it, so its just a suggestion
What i would do is. Load the update set in the target instance(domain separated).
Open the payload and edit the tag update_domain and then preview.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2015 09:14 AM
Hi,
Do you need to move your customisation into a sub-domain or should it be at the global level? You can always commit the update set to the global domain and then move any customisation down to a child domain, depending on the number of items changed.
On looking at an update set I've recently worked on, there's also the <sys_domain>sys_id</sys_domain> xml field to populate for any record which can be domain separated. Both contain the sys_id's.
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2015 01:48 AM
Tanks, but for the big type of customizzation i need a mutch fast solution.