Batch – Sending data from one batch to another
I having a little issue to understand the concept of passing params via batches.
I having a little issue to understand the concept of passing params via batches.
I’m sending an HTTP request to get a JSON of Students. The JSON is a complex JSON with arrays and its break into 3 objects in Salesforce.
I need guidance regarding the Development Life Cycle of using GIT in salesforce. How to test the latest code that I fetch from the GIT to eclipse. ?? What i’m upto this, is that, after syncing the code from GIT to eclipse we will push the code to the registered salesforce server (sandbox/any other) and … Read more
Background: My org has reached almost 750 unique un-managed classes and triggers. Until now, we had been adhering to the 1:1 test class to class school of thought. Now, we are at the point where we end up writing almost identical test classes just to cover 2, or 3, or 4 separate apex classes. We have a large number of validation rules that have to be met, therefore we often need to write ~40 lines to insert a single object.
What is the Best Practice to display number field without a thousands separator (comma or period, depending on locale)?