Yeah I experienced that myself. In function I wro...
# suitescript
j
Yeah I experienced that myself. In function I wrote to query status I have this
Copy code
let pct = 0;
try { pct = status.getPercentageCompleted() } catch { }