Join Slack
Powered by
at least in suitescript 1.0 there was something wh...
# suitescript
j
jkabot
08/23/2018, 6:25 PM
at least in suitescript 1.0 there was something where you could get a "context" object and then call
ctx.setPercentageComplete
m
michoel
08/24/2018, 12:57 AM
In SuiteScript 2 it's part of the
N/runtime
module (
runtime.getCurrentScript().percentComplete = 50;
)
2
Views
Open in Slack
Previous
Next