1. We would like the ability to access file hashes...
# sdf
c
5. We would like the ability to access file hashes (instead of downloading the file itself) 6. Custom fields on custroles script objects don’t show up after import 7. Is
sdfcli deploy
concurrent with our existing web services connections? E.g. if we have 20 SCP licenses, does SDF consume those connections? 8. Is there a max number of objects that can passed to
sdfcli import objects
in one request? I am experiencing timeouts if I request >10 custom objects.
a
5- Can you describe the use case? 6 - We can take a look into this 7 - No, it does not use WebServices 8 - Not sure, we can get back to you on this one
c
for 5: hashing the file values allows us to inspect the actual values for the object/file so we can compare to the local copy. saves me and the VS Code plugin a lot of time to compare production and local projects. For example: `sdfcli compare /User/path/to/LocalCopy.js /FileCabinet/SuiteScripts/ProdCopy.js`would tell me if the account’s version is different. i can then automatically fetch the prod copy without burdening the server with many file/object requests
a
Following up: 6) We currently support custom roles in SDF and are adding support for permissions in custom roles. Could you supply more specifics as to what is missing for you? 8 ) There is not a limit on the number of objects that can be passed to "sdfcli import object'. There is a time out limit on the request and this may be what is happening in this instance. We are aware of this. If you get a timeout, could you please file an issue?
👍 1