-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Great job James! On line 144 in ForceUtil.scala, I noticed that you are using the tooling api to create Apex classes and triggers. The api docs indicate that you'll get an error if you attempt to use those methods on a "live" organization. Does this tool only work for Salesforce developer environments and sandboxes?
PS: I need to dynamically create triggers on objects that user's select at runtime (on a live environment), so I was just looking through your code to see how you pulled it off.
Also - it seems that the Salesforce Streaming API is pretty new. Would you recommend using the Streaming API (over webhooks)? It seems that the benefit of using the streaming API is that you can create push notifications and subscribe / unsubscribe at runtime.