• zameer katwal
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
<apex:page showHeader="false" sidebar="False" controller="InsertOEMIncentive" docType="html-5.0">
 
<apex:form >
    IncentiveType_Name<apex:inputText value="{!IncentiveType_Name}"/><br/>
   IncentiveType_Description<apex:inputText value="{!IncentiveType_Description}"/><br/>    
  IncentiveType_Image<apex:inputFile value="{!IncentiveType_Image}"/><br/>
  Incentive_EndDate<apex:input type="date" value="{!Incentive_Type_EndDate}"/><br/> 
   Incentive_StartDate<apex:input type="date" value="{!Incentive_Type_StartDate}"/><br/> 
    <apex:commandButton value="save" action="{!saveList}"/>
</apex:form>
</apex:page>