- Ensure both your Eclipse and the JDK are the same "bit" version (32/64)
- If you cannot get the "Force.com" perspective to appear, instead of adding a vm arg to eclipse ini file, set "JAVA_HOME" and "PATH" system variables on your machine: eclipse should pick it up. I have linked the documentation for setting PATH. You can use the same process for JAVA_HOME
Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts
Friday, December 19, 2014
Getting Force.com IDE to Work
Was exploring a bit of Force.com platform by Salesforce and started by setting up the Eclipse IDE. A few key things that I can point out are:
Wednesday, November 13, 2013
Renaming Tab and Field Labels
Customise >> Tab names and labels.
Note: To change the name of field, do click on button 'Next' once you get an option to change the label of the tab. This usually gets missed and it seems that the link is only for changing the tab names.
Some useful SF links:
Renaming Tab and Field Labels
Considerations for renaming tabs and field labels
Note: To change the name of field, do click on button 'Next' once you get an option to change the label of the tab. This usually gets missed and it seems that the link is only for changing the tab names.
Some useful SF links:
Renaming Tab and Field Labels
Considerations for renaming tabs and field labels
Friday, November 1, 2013
Smarter "Out of Office"
I was asked if there is a way to use "out of office" in such a way that if someone assigns a task to somebody who is "out of office", SF can assign the task to someone else.
As of Nov 2013, this cannot be done using the standard SF functionality. The idea has been put forward in various forums various times. However, this can be achieved with the help of some coding, leveraging the calendar object in Apex.
As of Nov 2013, this cannot be done using the standard SF functionality. The idea has been put forward in various forums various times. However, this can be achieved with the help of some coding, leveraging the calendar object in Apex.
Setting "Out of Office" in Salesforce Calendar
Availability status is part of an "event" added to a calendar and not visible by default. To make it visible, the System Administrator needs to first add the field "Show Time As" to the page layout. This can be done as follows:
- Click on: Setup >> App Setup >> Customize >> Activities >> Event Page Layouts.
- Edit the page layout.
- Click and drag the "Show Time As" field into the page layout into "Calendar Details" section
Thursday, September 26, 2013
Getting Organisation ID
Go to: "Setup >> Company Profile >> Company Information"
Organisation ID should be next to "Salesforce.com Organization ID"
Subscribe to:
Posts (Atom)