Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Pulling HTML of Contact and Opportunity Objects
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Pulling HTML of Contact and Opportunit y Objects
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 11:55 AM
Hey all!
I need to pull HTML of some custom fields I made on the contact and opportunity objects - is there a way to do this?
It would be awesome if I could simply pull it like we can pull fields on the lead object!!
Any advice is much appreciated!
-JG
Re: Pulling HTML of Contact and Opportunit y Objects
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 07:11 PM
Do you want to move some custom fields to other objects?
If this is the story, you could use Eclipse to do this.
Re: Pulling HTML of Contact and Opportunit y Objects
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 07:16 PM
Thanks for the quick response!
No, I mean I'm integrating salesforce with another system. I'm trying to get either 'html' or whatever it would be called of the custom fields I need to map to integrate the two systems.
Am I making this too complicated? :)
Thanks for the help!
-JG
Re: Pulling HTML of Contact and Opportunit y Objects
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 11:28 PM
Re: Pulling HTML of Contact and Opportunit y Objects
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-17-2012 07:29 AM
Hi JG,
Are you integrating the external system by callouts?
What you can do is a VF page with a standard controller on the Contact/Opportunity (depends which object you want this page to appear on) and use apex:outputText for the values you read from the external system.
I hope this helps.
WW

