I get DeserializeToArray does not exist as a method of this SmartObject Instance when running
billSchedule.MethodToExecute = "DeserializeToArray";
The "DeserializeToArray" method only shows up in the smart object list methods, and not the smart objects methods.
How am I supposed to retrieve a datatable from this smart object in code?