Salesforce.com, ERROR: System.LimitException: koreps:Too many future calls: 51

Update the KORE apex code to elegantly handle non-KORE related data management work on user records.

if(LIMITS.getCallouts() < LIMITS.getLimitCallouts()){

//do the callout because you haven't reached the limit of callouts yet

}

  • Griffin Warburton
  • Jan 13 2020
  • Future consideration
  • Attach files