GlideAjax in UI Policy Script
Hi All,I'm trying to use GlideAjax in a UI Policy script but get an error : 'TypeError - Cannot read property 'execute' of undefined. The script:function onCondition(){var APPROVED_VALUE = '1';var NUMBER = 1;var condition = g_form.getValue('state') =...