Allow adjustment to Salesforce batch size per Rule (Gainsight default = 100)
Gainsight Rules engine calls the standard (not bulk) Salesforce API in batches of 100 wrapped in a REST call. The default size of each call is 100. It would be great if this could be adjusted per rule.
Reasoning: We have complexity in Salesforce system that has made concurrency a constant ongoing struggle for us. For example, the Opportunity object will fail on batch update if the batch size is greater than 30. This has caused us to pull these lists on a daily basis and decrease the size to 30 and load through data loader.
Reasoning: We have complexity in Salesforce system that has made concurrency a constant ongoing struggle for us. For example, the Opportunity object will fail on batch update if the batch size is greater than 30. This has caused us to pull these lists on a daily basis and decrease the size to 30 and load through data loader.