Mobile UI Rule client script for calling script include not working properly
I am trying to call my mobile callable script include with this script: function onChange(inputName, newValue) { if (newValue == "") { return; } var assetTag = m_form.getValue("Asset tag"); var caller = new MobileScriptInclud...