• scenario based questions
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

We have an application where we process several orders in a batch. to process each order requires quite a bit of work and hence we have decided to have a batch size of 1 and process each order in a batch. That way the governor limits get reset for each order. now we are encountering a problem where suppose  an order has 1000 lines, we are hitting the script statement limit. It seems that to process these 1000 lines we can atmost have 200 scripts statements for each line before we run out of limits.

I find this restriction quite limiting. while i agree with the SOQL and memory limits, not being able to execute more script statements per batch seems very restrictive.

is there a way salesforce can increase the limits based on a fee. that way, our larger customers can pay an additional fee to process bigger orders.

so my question is if governor limits are fixed or can they be flexible based on a fee.

 

  • August 16, 2011
  • Like
  • 0