Server site Jscript Support in V 9.x

Options

We are assisting a customer in migrating from MBPM V7.5 to V 9.3 (or higher). They have existing server side jscript running in the legacy environment. Does MBPM V9.x support server side jScript or does it need to be converted to C#?
Thanks

Don Sturdivant, Modus21

Comments

  • Natively, it needs to be converted. You'd be much better off long-term to do so either way.

    If you use the migration tool, it will attempt to wrap the entire script in a legacy command or pseudo-convert it to C#, but the former is clunky and painful (at best) to maintain and the later needs a lot of clean-up.

  • Brian...as I suspected, so thanks much for your reply. We've been unable to find anything "official" as to support other than what you've described with the wrapper code (e.g. Evaluate statements)

  • Evaluate will eventually be desupported, but no idea when.