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
NAlmolaNAlmola 

Visualforce for Contract

Am trying to create a visualforce page to integrate Dropbox and Contracts but cannot locate the Contract API name - any ideas?

<apex:page standardController="insert API name" docType ="html-5.0" showHeader="false" sidebar="false"
applyHtmlTag="false" applyBodyTag="false">
<Dropbox_for_SF:Dropbox />
</apex:page>
Best Answer chosen by NAlmola
NAlmolaNAlmola
Hi Chandra, so I simply put in the following??

<apex:page standardController="Contract" docType ="html-5.0" showHeader="false" sidebar="false"
applyHtmlTag="false" applyBodyTag="false">
<Dropbox_for_SF:Dropbox />

All Answers

Chandra Sekhar CH N VChandra Sekhar CH N V
Did you refer to object API name (which is Contract itslef) ?
NAlmolaNAlmola
Hi Chandra, so I simply put in the following??

<apex:page standardController="Contract" docType ="html-5.0" showHeader="false" sidebar="false"
applyHtmlTag="false" applyBodyTag="false">
<Dropbox_for_SF:Dropbox />
This was selected as the best answer
NAlmolaNAlmola
oh... it seems to have worked! 
Chandra Sekhar CH N VChandra Sekhar CH N V
Glad then !!!! please mark a best solution if it served your purpose. :-)