That’s a little bit inconvenience if we have a team work on same SuiteAPP project
f
fkrauthan
07/17/2020, 8:11 PM
It does not upload everything everytime. the SDF CLI actually calculates a delta and only uploads the changed objets and files. So there should be no reason to change your deploy.xml
r
rustyshackles
07/17/2020, 8:42 PM
If you are using the webstorm plugin, this functionality is not available.
f
fkrauthan
07/17/2020, 8:44 PM
oh ok I am using the SDF Java CLI and it just uploads changed objects and files (at least it only updates them. To be honest not 100% sure if its not uploading everything and does a server diff or if it does a local diff)
fkrauthan
07/17/2020, 8:45 PM
But I think what @Lincecum should look into is ether
a) rewrite the app id and object ids per developer (so that multiple suiteapps can be installed in the same account)
b) have one netsuite account per developer
l
Lincecum
07/20/2020, 1:28 AM
@fkrauthan, In my situation, we have 2 developer, 1 is working on feature 1 and another is working on feature 2. if we separate 2 SuiteAPP, how does that work? especially feature 1 and feature 2 is depends on each other.
Lincecum
07/20/2020, 1:29 AM
@rustyshackles thank you! I’m using webstorm all the time! I’m always thinking I’m doing something wrong lol
f
fkrauthan
07/20/2020, 4:01 PM
Hmm maybe the tasks can be structured in a way that they are not depenend on each other. or Feature2 Dev needs to merge Feature 1 Branch once in a while into his branch to continue development?