Resolved! Need to run the query between specific date range
HI, The below is my query for a table to update record via fix script or background script. var gr = new GlideRecord('fm_expense_line');gr.query();while(gr.next()){var currentDesc = gr.getValue('short_description');gr.setValue('short_description',c...