Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Update set Domain Separation

francescocannal
Kilo Contributor

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.

3 REPLIES 3

Anurag Tripathi
Mega Patron
Mega Patron

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.


-Anurag

simonw
Tera Expert

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


Tanks, but for the big type of customizzation i need a mutch fast solution.