-
ChatterFeed
-
0Best Answers
-
2Likes Received
-
0Likes Given
-
3Questions
-
5Replies
when i write vf code for oppertunity or solution then it always show some error why?
And my code for Oppertunity is this...what is my mistak and same as when i write for solution it also shows mw some error?
apex:page standardController="Opportunity">
<apex:form >
<apex:pageBlock title="Opportunity Edit">
<apex:pageBlockButtons >
<apex:commandButton action="{!save}" value="save" />
<apex:commandButton action="{!cancel}" value="cancel"/>
<apex:commandButton action="{!save&new}" value="save&new"/>
</apex:pageBlockButtons>
<apex:pageBlockSection title="Opportunity Information" columns="2">
<apex:inputField value="{!Opportunity.Private}"/>
<apex:inputField value="{!Opportunity.name}"/>
<apex:inputField value="{!Opportunity.Type}"/>
<apex:inputField value="{!Opportunity.LeadSource}"/>
<apex:inputField value="{!Opportunity.Amount}"/>
<apex:inputField value="{!Opportunity.CloseDate}"/>
<apex:inputField value="{!Opportunity.NextStep}"/>
<apex:inputField value="{!Opportunity.Stage}"/>
<apex:inputField value="{!Opportunity.Probability(%)}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
apex:page standardController="Opportunity">
<apex:form >
<apex:pageBlock title="Opportunity Edit">
<apex:pageBlockButtons >
<apex:commandButton action="{!save}" value="save" />
<apex:commandButton action="{!cancel}" value="cancel"/>
<apex:commandButton action="{!save&new}" value="save&new"/>
</apex:pageBlockButtons>
<apex:pageBlockSection title="Opportunity Information" columns="2">
<apex:inputField value="{!Opportunity.Private}"/>
<apex:inputField value="{!Opportunity.name}"/>
<apex:inputField value="{!Opportunity.Type}"/>
<apex:inputField value="{!Opportunity.LeadSource}"/>
<apex:inputField value="{!Opportunity.Amount}"/>
<apex:inputField value="{!Opportunity.CloseDate}"/>
<apex:inputField value="{!Opportunity.NextStep}"/>
<apex:inputField value="{!Opportunity.Stage}"/>
<apex:inputField value="{!Opportunity.Probability(%)}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
- abhijeet bhol
- May 01, 2015
- Like
- 1
- Continue reading or reply
when i write vf code for oppertunity or solution then it always show some error why?
And my code for Oppertunity is this...what is my mistak and same as when i write for solution it also shows mw some error?
apex:page standardController="Opportunity">
<apex:form >
<apex:pageBlock title="Opportunity Edit">
<apex:pageBlockButtons >
<apex:commandButton action="{!save}" value="save" />
<apex:commandButton action="{!cancel}" value="cancel"/>
<apex:commandButton action="{!save&new}" value="save&new"/>
</apex:pageBlockButtons>
<apex:pageBlockSection title="Opportunity Information" columns="2">
<apex:inputField value="{!Opportunity.Private}"/>
<apex:inputField value="{!Opportunity.name}"/>
<apex:inputField value="{!Opportunity.Type}"/>
<apex:inputField value="{!Opportunity.LeadSource}"/>
<apex:inputField value="{!Opportunity.Amount}"/>
<apex:inputField value="{!Opportunity.CloseDate}"/>
<apex:inputField value="{!Opportunity.NextStep}"/>
<apex:inputField value="{!Opportunity.Stage}"/>
<apex:inputField value="{!Opportunity.Probability(%)}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
apex:page standardController="Opportunity">
<apex:form >
<apex:pageBlock title="Opportunity Edit">
<apex:pageBlockButtons >
<apex:commandButton action="{!save}" value="save" />
<apex:commandButton action="{!cancel}" value="cancel"/>
<apex:commandButton action="{!save&new}" value="save&new"/>
</apex:pageBlockButtons>
<apex:pageBlockSection title="Opportunity Information" columns="2">
<apex:inputField value="{!Opportunity.Private}"/>
<apex:inputField value="{!Opportunity.name}"/>
<apex:inputField value="{!Opportunity.Type}"/>
<apex:inputField value="{!Opportunity.LeadSource}"/>
<apex:inputField value="{!Opportunity.Amount}"/>
<apex:inputField value="{!Opportunity.CloseDate}"/>
<apex:inputField value="{!Opportunity.NextStep}"/>
<apex:inputField value="{!Opportunity.Stage}"/>
<apex:inputField value="{!Opportunity.Probability(%)}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
- abhijeet bhol
- May 01, 2015
- Like
- 1
- Continue reading or reply
when i write vf code for oppertunity or solution then it always show some error why?
And my code for Oppertunity is this...what is my mistak and same as when i write for solution it also shows mw some error?
apex:page standardController="Opportunity">
<apex:form >
<apex:pageBlock title="Opportunity Edit">
<apex:pageBlockButtons >
<apex:commandButton action="{!save}" value="save" />
<apex:commandButton action="{!cancel}" value="cancel"/>
<apex:commandButton action="{!save&new}" value="save&new"/>
</apex:pageBlockButtons>
<apex:pageBlockSection title="Opportunity Information" columns="2">
<apex:inputField value="{!Opportunity.Private}"/>
<apex:inputField value="{!Opportunity.name}"/>
<apex:inputField value="{!Opportunity.Type}"/>
<apex:inputField value="{!Opportunity.LeadSource}"/>
<apex:inputField value="{!Opportunity.Amount}"/>
<apex:inputField value="{!Opportunity.CloseDate}"/>
<apex:inputField value="{!Opportunity.NextStep}"/>
<apex:inputField value="{!Opportunity.Stage}"/>
<apex:inputField value="{!Opportunity.Probability(%)}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
apex:page standardController="Opportunity">
<apex:form >
<apex:pageBlock title="Opportunity Edit">
<apex:pageBlockButtons >
<apex:commandButton action="{!save}" value="save" />
<apex:commandButton action="{!cancel}" value="cancel"/>
<apex:commandButton action="{!save&new}" value="save&new"/>
</apex:pageBlockButtons>
<apex:pageBlockSection title="Opportunity Information" columns="2">
<apex:inputField value="{!Opportunity.Private}"/>
<apex:inputField value="{!Opportunity.name}"/>
<apex:inputField value="{!Opportunity.Type}"/>
<apex:inputField value="{!Opportunity.LeadSource}"/>
<apex:inputField value="{!Opportunity.Amount}"/>
<apex:inputField value="{!Opportunity.CloseDate}"/>
<apex:inputField value="{!Opportunity.NextStep}"/>
<apex:inputField value="{!Opportunity.Stage}"/>
<apex:inputField value="{!Opportunity.Probability(%)}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>
- abhijeet bhol
- May 01, 2015
- Like
- 1
- Continue reading or reply