Retrieve data from Server script to Client controller in a widget
I have this in server script and I want to use the details for the userholidaysArray in Client controller.var userSchedule = new GlideRecord('schedule_holidays');userSchedule.addQuery('schedule', schedule);userSchedule.query();var userholidaysArray =...

