SFDC interview questions
http://www.srinusfdc.com/p/interview-questions.html
http://www.srinusfdc.com/p/interview-questions.html
https://perm-comparator.herokuapp.com/
SELECT Id, Name, OrganizationType FROM Organization
https://developer.salesforce.com/events/webinars/advanced_visualforce_development?d=70130000000NQD2
http://blogforce9.blogspot.ca/ Installation Link : https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000B56AMEAZ Project Page : http://visualstrap-developer-edition.ap1.force.com/ Github : https://github.com/Avinava/VisualStrap
/* This class is a custom profile cloning process that include duplicating orig profile record and related lists: CHEMICAL CONSTITUENTS, RCRA/STATE CODES & DOT CODES author – ben.c Create Date 10-27-2015- */ global class CloneProfile { WebService static Id createNewProfile(String … Read More
https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000B4mjFEAR http://www.davehelgerson.comĀ — other clone option: http://christopheralunlewis.blogspot.com/2012/04/clone-plus-clone-salesforce-objects.html?_sm_au_=iVVFRH43fsQ2HsfM
NOT( REGEX ( Field_NAMEĀ , “^(.*?[a-zA-Z]){2,}.*$” ) )
http://raydehler.com/cloud/clod/inflate-your-test-coverage.html public class MyClass { public void myMethods() { //… } public void inflateTest() { Integer j = 0; j++; j++; j++; j++; j++; j++; . . . // you get the idea } } @isTest class MyClass_Test{ static testMethod … Read More
https://developer.salesforce.com/forums/?id=906F000000097C0IAI