Antonio Jr
10/17/2020, 8:02 PM<deploy>
<files>
<path>~/FileCabinet/SuiteScripts/someJsFile_1.js</path>
</files>
<objects>
<path>~/Objects/customscript_somejsfile_1.xml</path
</objects>
</deploy>
Deploy to Account Result: successfully deploys
I then update the file:
<deploy>
<files>
<path>~/FileCabinet/SuiteScripts/someJsFile_1.js</path>
<path>~/FileCabinet/SuiteScripts/someJsFile_2.js</path>
</files>
<objects>
<path>~/Objects/customscript_somejsfile_1.xml</path
<path>~/Objects/customscript_somejsfile_2.xml</path
</objects>
</deploy>
Deploy to Account Result: it only deployed someJsFile_1.js
and customscript_somejsfile_1.xml
I have to do the Deploy to Account so that it recognizes and deploys the someJsFile_2.js
and customscript_somejsfile_2.xml
Ali Syed (NS DevTools QA)
10/18/2020, 5:37 PMdeploy
you are saying that changes are not picked up.
When you deploy to account
then changes are picked up?
Can you check logs, the first line says which authid/account was the project deployed to.
Check if deploy is using the same account as deploy to account.
It might be that your default account is set to a different one that you are expecting.Antonio Jr
10/18/2020, 6:04 PMdeploy
is deploy to account
using the SuiteCloud IDE, sorry for the confusion. It's using the correct account and credentials. It's just that whenever I change the deploy.xml I have to use the deploy to account
twice because it seems that the plugin is not recognizing the changes on the first try