Showing posts with label VF. Show all posts
Showing posts with label VF. Show all posts

Monday, March 2, 2009

Google Graphs using VisualForce...

Hi:
Welcome back,
Scenario:
  • Had to created a real time graph(TimeLine) on salesforce.com, year over year to show sales data for the account.
  • Place this on the Account page layout when viewing the record.
  • Had to use Google graph.
Not so easy, but with my help and visual aid I'll walk you through it step by step.

What you will need:
  • As always developer force.com edition
  • data in the account record
  • sales data table
  • internet :)
So Stay tuned...
Thanks
Check out my Other Salesforce.com Blogs
Salesforce Made Easy

Salesforce Data Migration Made Easy
eTechCareers.com Coming Soon

Tuesday, February 24, 2009

How do I add VF Page to Account Page Layout??

Hi:
Welcome back...
Let say you created a Visual Force Page and Apex Controller... Now you want to add the VF page to the Page Layout on for example Account. So when an user goes into an Account; he/she will see the Visual Force Page created.
But, there is no option there on the account Page Layout to add VF pages...
Now what?
Well very easy, The solution is:
VF pages will show up in the Page Layout editor if there is at least one VF Page using the standard controller for Account (in your scenario).
The VF page you want to add to the Account page layout must use the Account standard controller.
For example in your Visual Force Page First line should have the standard Controller connected to the object:


Make sure you create the apex method in your Apex class....
Thanks
Check out my Other Salesforce.com Blogs
Salesforce Made Easy

Salesforce Data Migration Made Easy
eTechCareers.com Coming Soon


Wednesday, December 17, 2008

Visual Force - Own Mean Engine...

Hi all:
Welcome to Visual Force Made Easy for Force.com Platform. Wow. This runs on Force.com main concept of Model View Component.
See Picture Below:

From Salesforce.com WIKI Page...
What one can do in Visual Force or as I like to call it is VF.
  1. Change a layout of a screen
  2. Place in many screens into one
  3. Create your own custom screen
  4. Use the VF component reference...
***Sadly, it is not supported by Salesforce.com Premier Support for any of there editions.
But it is supported through there Salesforce.com Professional Services ... (They charge a lot) better to get a consultant like me to do your Pages if you do not have the techy available.

Stay tuned for more on VF, the Big Mean Engine...
Thanks
Check out my Other Salesforce.com Blogs
Salesforce Made Easy

Salesforce Data Migration Made Easy
eTechCareers.com Coming Soon