In the NS UI I can go into edit mode on a record a...
# suitecommerce
c
In the NS UI I can go into edit mode on a record and call all the suitescript functions I want to play around. This is very useful. Is there a place in NS where the Commerce API is exposed where I can beat on it with the command line? I'm wasting a ton of time running scripts with debug statements to see the results of my experiments?
t
May not be helpful but I keep an .ss file in the live environment and local versions that replaces it on change using NodeJs. You can then call and return whatever your testing from the browser. It’s not the simplest approach but it lets me poke the beast when I need to know what’s going on.
c
@Timothy Can you explain that a bit further? This sounds exciting.
I did find that I can crack open ssp_libraries_ext.js and make edits there w/o having to re-upload my extension. It's not the command line, but it's saves a ton of time.
t
Do you have a local NodeJs environment?