Netsuite Tragic
08/07/2025, 7:49 PMMike Robbins
08/07/2025, 7:55 PMdeploy.xml
file. So you would need to manage the contents of that file to control what gets deployed when you use "Deploy to Account".Anthony OConnor
08/07/2025, 7:58 PMAnthony OConnor
08/07/2025, 8:00 PMMike Robbins
08/07/2025, 8:03 PMdeploy.xml
specifically for this purpose. For a new feature, we create a new git branch and as we create/modify customizations, they get added to the deploy.xml
for that branch. After QA/UAT, deploying is a "simple" as checking out that branch and then suitecloud project:deploy
to production.
It's often not that simple because ... NetSuite, but it's very close.Anthony OConnor
08/07/2025, 8:04 PMjustthis
and copy your .xml file into it and then update your deploy.xml to look like thisAnthony OConnor
08/07/2025, 8:06 PMMike Robbins
08/07/2025, 8:09 PMMike Robbins
08/07/2025, 8:09 PMdeploy.xml
files can be pretty large sometimes because we call out each object explicity.Netsuite Tragic
08/07/2025, 8:11 PM<path>~/Objects/*</path>
makes sense for me to test.