When testing the script from Designer it is possible to set "Use transaction". Is it possible to somehow set "Use transaction" inside script i.e. Session.Variables.Put("UseTransaction", True)?
No, there isn't. You need to do your own transaction handling in the script depending on your use-case. Check the SDK samples on the product delivery Modules\QBM\dvd\AddOn\SDK\ScriptSamples\02 Database connection\05 Transactions.vb
No, there isn't. You need to do your own transaction handling in the script depending on your use-case. Check the SDK samples on the product delivery Modules\QBM\dvd\AddOn\SDK\ScriptSamples\02 Database connection\05 Transactions.vb