NewbieScoobie
Technical User
Hi
I'm tying to cast objects to an arrayCollection (here Timesheet Data is the array collection.
TimesheetData = event.result.data.row;
However; I know that on some occasions objects will be passed to it that it cant handle. Is there anyway to catch the 1034 type conversion error without knowing what it could be and suppress the error message that appears in runtime?
I've already tried try catch statements around it without avail.
Thanks
I'm tying to cast objects to an arrayCollection (here Timesheet Data is the array collection.
TimesheetData = event.result.data.row;
However; I know that on some occasions objects will be passed to it that it cant handle. Is there anyway to catch the 1034 type conversion error without knowing what it could be and suppress the error message that appears in runtime?
I've already tried try catch statements around it without avail.
Thanks