Haseeb Khan

Results 6 comments of Haseeb Khan

Facing the same problem on Heroku. Any luck?

Thanks, @afawcett for your input. I posted similar question on StackExchange which was [answered](http://salesforce.stackexchange.com/a/116703/30341) by @frup42 previously. Initially, my code didn't had any layers but now I have added a...

Thanks for your input and directions, @afawcett. It has been certainly very helpful. The file extension I have is apxc and not cls, but, I am not sure if that...

Thanks for the reply, @afawcett. Please find below the code. **ITeachersService.cls** ``` public interface ITeachersService { Teacher__c[] getAllTeachers(); } ``` **TeachersServiceImpl.cls** ``` public class TeachersServiceImpl implements ITeachersService { public Teacher__c[]...

@mergesort: Which Library you used?

Hi, I'm facing same issue. Any update on the fix?