Run script updating a field 2 times
Hi Community, A run script is updating a field 2 times. Here is the code. //get sctask numbervar sctnum = '';var sct = new GlideRecord('sc_task');sct.addQuery('request_item', current.sys_id);sct.query();if (sct.next()) { sctnum = sct.number;}if (c...
