MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Iterativelogic.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Iterativelogic.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Iterativelogic.com most likely does not offer any adult content.
Popular pages
-
Working with Apex Code Maps
Maps are a critical data type to get to know when developing on the Force.com platform. You can use them in a lot of creative ways to make your code more readable, efficient, and scalable. In this ar...
-
Developing Custom Apex Roll-up Summary Field Logic
In this article, we will walk through creating custom roll-up summary field logic and how to avoid some common pitfalls. We will also explore various options for initiating a roll-up routine with tool...
-
Enabling Custom Paging using Apex and Visualforce
It’s a common request these days for me - which is the need to not only provide column level sorting but paging as well. While, a reusable sorting class is still a bit out of reach (though I have some...
-
Tutorial - Iterative Logic
Iterative Logic Using Invocable Methods with Skuid Now that invocable methods [https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_annotation_InvocableMethod.htm] ...
-
Trigger Best Practices Part 2 - Unit Testing
It is worth mentioning that in most other development environments there isn't anything enforcing the use of unit testing other than internal policies or personal preference. However, Salesforce requi...
-
A better way to Unit Test Callouts in Apex Code
> Update: In this article I describe using a singleton class to set a property that can be checked by web service methods to check if the call is being executed as part of a unit test as well as what ...