What Version of Salesforce You’re Using
SELECT Id, Name, OrganizationType FROM Organization
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
TASK OBJECT: Title: ?title={!… text …} Assigned to: &tsk1={!User.id} Name: &tsk2={!Contact.id} or use &what_id={!Contact.id} Related to: &tsk3={!Opportunity.id} or use &who_id={!Opportunity.id} Due Date: &tsk4={!…date…} Subject: &tsk5={!…text…} Comments: &tsk6={!…text…} ???: &tsk7= ??? ???: &tsk8= ??? ???: &tsk9= ??? Type: &tsk10={!… Must be … Read More
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_intro.htm