This topic contains 2 replies, has 0 voices, and was last updated by chanarbon 7 years, 8 months ago.

  • Author
    Posts
  • #1079

    adityasrivalli

    We have existing version 1.0 scripts deployed on our item fulfillment record and recently we have deployed a new version 2.0 that is causing some client script errors on existing scripts that doesn’t make sense.

    For example, object self-references (this.function) had to be replaced with object references.

    Did anyone had any issues deploying different versions of scripts on a record?
    This is a cached copy. Click here to see the original post.

  • #1080

    david.smith

    Without more detail it sounds to me like a variable localization problem. Are you using global vars in your SS1.0 scripts?

  • #1081

    chanarbon

    adityasrivalli ,

    Just wondering if you use a try-catch on your 1.0 script, and on the catch(e), what does the e.getStackTrace() throw. Aside from the variable localization, you might have been triggering some other processes or validations that lead to the error.

You must be logged in to reply to this topic.