Renato Oliveira

Results 9 comments of Renato Oliveira

I've added this feature to [my fork](https://github.com/renatoliveira/sfdc-trigger-framework). It is already available in a PR (#13) I opened a while ago. Can you check this out @kevinohara80?

This is great, I didn't know that we had this kind of performance hit by getting the class' name that way. The way you propose doing this, however, exposes a...

You seem to be correct in this observation. The easiest way I can see to check the loop count is by accessing the `loopCountMap` static variable (which is private now)....

@kevinohara80 Please take a look at PR #13, thanks.

> Hi checking in on this... Hi, sorry! I've been a bit too busy since making this PR. I'll work on it soon (thanks for the reminder!).

I believe I have the same requirement as described in the title of this issue. In my case, I have a constraint on opportunity line items (yes, a Salesforce situation)...

@tettjehalbertsma You need to add the parameter `sandbox=True` if you wish to connect to a sandbox. It defaults to `None`.

> @gbutt-tr @kevinohara80 While exploring this repo, saw this issue. Can anyone, guide me to an article or a programming concept that explains why this solution inproves the performence so...

For me, in version 2083, it works, just like @tdanner said.