function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tymtym 

Custom objects and the salesforce.com interface

I am developing a system for a company who have purchased the Enterprise Edition of salesfoce.com.

1. Is it possible to integrate custom objects into the salesfoce.com interface (for example, include a new table which can be linked into an opportunity on the website)?

2. More generally, is it possible to customise the *actual* salesforce.com interface through the API?

 

Thanks in advance,

Tym.

adamgadamg

1. Is it possible to integrate custom objects into the salesfoce.com interface (for example, include a new table which can be linked into an opportunity on the website)?
>

Sort of; you can currently create a sforce control to display/edit your custom object, and link to that control via a WIL on the opportunties page. This capability will be enhanced in the future to provide better intergration with exisitng pages.


2. More generally, is it possible to customise the *actual* salesforce.com interface through the API?
>

Not at this time.