­
ForceTree.com
homepage component

Adding a Visualforce Page to the Home Page Layout

1:51 AM
Update: Specify the height and width for the iframe in pixels, as % does not work. Step 1: Create a Visualforce Page. We create a simple static table with some styles to give an appealing look.. Name the Page as "homelogo" <apex:page showheader="false" > <style> table.fancy { margin: 1em 1em 1em 0; background: whitesmoke; border-collapse: collapse; } table.fancy tr:hover { background: lightsteelblue !important;...

Read More...

visualforce edit

Inline Editing in Visualforce

4:02 AM
Update: Inline Editing is now available and supported out of the box. Click here to know more You might be aware that inline editing is not supported in Visualforce as of now. I tried to create a Visualforce Page and wrote a custom logic to Mimic the Inline Editing Functionality. Not a 100% mimic though, but to some extent a decent one...Step 1:Create...

Read More...

1:1

One to One relationship in Salesforce

11:28 PM
Well, Salesforce offers one to many relationship and recently Many to Many relationship has also been possible using the concept of a Junction object...But, is there a One to One relationship in Salesforce. Well, it is not available out of the Box. But is definitely achievable using simple workflow rules...Scenario:Let's consider the scenario that we would like to establish a One to One...

Read More...