Resolved! GetByFormat will not worked in scoped application?
I am getting the wrong output after executing the below code. var gr = new GlideRecord('x_408194_loading_e_scoped_data_table'); gr.query(); if(gr.next()) { var gettDate = gr.date; } gs.info(gettDate); var gd = new GlideDate(); gd.setValue(gettDate);...
