In a SuiteApp, I know I can default script deploym...
# sdf
b
In a SuiteApp, I know I can default script deployments to undeployed, but if someone deploys one, I don't want it to go back to undeployed if I push another SuiteApp update. I know there's an option in bundles to not affect script deployments. Is there a way to do this with SDF?
I figured it out kind of. If I don't include the "isdeployed" node for the deployment, it defaults to T. If I undeploy the deployment in NetSuite and then update the SuiteApp, the deployment Deployed value is untouched. I'd prefer it to default to undeployed, but this can work 🤷‍♂️