Completely at a loss here. I have a bundle that I'...
# suitescript
k
Completely at a loss here. I have a bundle that I'm trying to install on a separate Netsuite account (which the account owner is not giving me access to, but is willing to install the bundle). The bundle contains a map reduce script, its script record, and script deployment record. The very first iteration of this script contained an error, for simplicity's sake, let's say the value of variable
a = 0
. Upon noticing the error, a change was made to the script on our account such that
a = 139
. I have tried updating the bundle, creating a new bundle and having the other account install the new bundle, and their script is still reporting back that
a = 0
. I feel like I'm taking crazy pills. Why wouldn't this value be updated in either the old, updated bundle or the newly created bundle? Our account is also running the same MR script every 15 minutes or so and reporting the 139 value. Theirs also runs every 15 minutes and to this day reports
a = 0
.