Skip to main content

Timeline for Compiler error with the batch

Current License: CC BY-SA 4.0

12 events
when toggle format what by license comment
Jan 27, 2020 at 11:51 comment added Suren Thanks Phil, for providing such deep clarification. It was very usefull and had great learning.
Jan 27, 2020 at 11:43 comment added Phil W If start returns null then the batch will do nothing; you need to return the list of wrappers you want processed.
Jan 27, 2020 at 11:30 comment added Suren Thanks Phil, it worked. :)
Jan 27, 2020 at 11:30 vote accept Suren
Jan 27, 2020 at 10:35 history edited Phil W CC BY-SA 4.0
More on the wrapper and the wrapper data
Jan 27, 2020 at 10:15 comment added Suren I have added inner wrapper also. Could you please have a look and let me know what changes can i do.
Jan 27, 2020 at 10:11 comment added Phil W Fundamentally you need to make sure the code uses APTS_UsageInputWrapper, extracting the APTS_UsageInputWrapperData from the wrapper when the data is needed.
Jan 27, 2020 at 10:09 comment added Phil W It is hard to be exact as to your problem because you have not included what the relationship is between APTS_UsageInputWrapper and APTS_UsageInputWrapperData.
Jan 27, 2020 at 10:06 history edited Phil W CC BY-SA 4.0
Updated to reflect updated question
Jan 27, 2020 at 9:56 comment added Suren i tried with same but now getting again error: Class APTS_UsageInput_InsertTempRecordsBatch must implement the method: void Database.Batchable<APTS_UsageInputWrapper>.execute(Database.BatchableContext, List<APTS_UsageInputWrapper>) .. I have updated my wrapper in code.
Jan 27, 2020 at 9:24 history edited Phil W CC BY-SA 4.0
Link to documentation
Jan 27, 2020 at 9:09 history answered Phil W CC BY-SA 4.0