Which is odd, because I can see it in the sugarcrm.py file...
Turns out the indentation is incorrect for this function. def get_report_entries appears to have been created with 8 space tab indentation rather than the 4 space indentation used in the rest of the class, thus it is not appearing as an attribute of the class. Correcting the indentation will resolve the problem.
Which is odd, because I can see it in the sugarcrm.py file...
Turns out the indentation is incorrect for this function. def get_report_entries appears to have been created with 8 space tab indentation rather than the 4 space indentation used in the rest of the class, thus it is not appearing as an attribute of the class. Correcting the indentation will resolve the problem.