I added runtime module to my restlet and tested th...
# suitescript
d
I added runtime module to my restlet and tested the content in script debugger. The method getRemainingUsage indicates 1000 units instead of 5000 units, why is that so? While in debugger mode, I noticed that query.Type enum are missing compared to what is mentionned in the official documentation, why is that so?
lists limitations of debugger, including 1000 unit limit
don't know about the missing enum values
i would guess its what the documentation notes: some values are not available depending on role and account features
its also pretty new, so the documentation may be off
d
Thank you for the answer