Project: Lookup to Picklist
Salesforce Order of Execution
I came across this page in the Apex documentation and wanted to share it with everyone. Many people have asked about this in the past, so it seems a good idea to publicize it:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_triggers_order_of_execution.htm
Apex – The Basics
Jon Mountjoy has written another super post over at developer.force.com. This one is titled An Introduction to Apex. It goes through some of the basics of the language and provides some examples. Everyone should read this; beginners will get a better orientation than otherwise available, and experienced Apex developers will probably also learn a thing […]
How to Deploy QUICKLY Between Orgs
I just came across one of the most useful posts on developer.force.com that I have ever seen:
Full instructions (along with a best-practice) on deploying quickly from one org to another using the Eclipse IDE.
Read it at http://wiki.apexdevnet.com/index.php/Deploy_Force.com_Applications_Faster. You’ll be glad you did.
Convert between Business and Person Accounts (B2B – B2C)
I’m a huge fan of Person Accounts (Salesforce’s phenomenal combination of Account and Contact that allows selling B2C–the best example I use is Land’s End, which sells to people). Orgs can use a hybrid model, allowing a company to track its, e.g. partner companies (B2B) and individual customers (B2C).
There is an interesting limitation to Person Accounts: They cannot be converted to B2B via the Salesforce front-end. The record type can only be changed via the API, using a tool like Data Loader or the Excel Connector.
I set out to create a tool that would use the API to convert the record type of a B2B to B2C and back.
Activities Tabs – Enhanced View and One Set of Tabs
What was I thinking? Using something as complicated as a hijacked (from the Console) Task view was bound to have problems when creating an Activities tab.
Let’s restate our goals:
Create a tab that will show Activities, using the Enhanced Lists view.
Don’t have two rows of tabs.
Question: Is there any way to make a view and to specify that we don’t want to see the Sidebar AND the Tabs?
Answer: YES. The answer is Visualforce!
Google Docs Now Has Templates for Google Apps
Google Docs has templates, and those of us using Google Apps with our Salesforce org (which should be almost everyone, since it’s free and easy to use) can design company-wide templates. This, combined with Google Docs’ super collaborative features, should make things much easier for consultants.
Google Releases Data APIs Java Client Eclipse Plug-in
Google just released its Google Data APIs Java Client Eclipse Plug-in, which seems to have great possibilities for developing in Google. Combined with the Force.com Toolkit for Google Data APIs, it could go even further.
