• Bhuvanakruthi Mudhole
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 5
    Replies
<apex:page standardController="YW_Solutions__c" lightningStylesheets="true">
<apex:slds />
<apex:includeLightning />
<apex:pageBlock >
<apex:pageBlockSection columns="2">
<apex:pageblocksection title="Trench Work Detail">
<apex:outputField value="{!YW_Solutions__c.Excavated_Length_m__c}"/><br/>
<apex:outputField value="{!YW_Solutions__c.Backfilled_Length_m__c}"/><br/>
<apex:outputField value="{!YW_Solutions__c.Reinstated_Length_m__c}"/><br/>
</apex:pageblocksection>
<apex:pageblocksection title="Single Excavation Detail">
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Open_Excavations__c}"/><br/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavations_Backfilled__c}"/><br/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavation_Reinstated__c}"/><br/>
</apex:pageblocksection>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>
<apex:page standardController="YW_Solutions__c" lightningStylesheets="true">
<apex:includeLightning />
<apex:pageBlock >
<apex:pageBlockSection columns="2">
<apex:pageblocksection title="Trench Work Detail">
<apex:outputField value="{!YW_Solutions__c.Excavated_Length_m__c}"/><br/>
     <apex:outputField value="{!YW_Solutions__c.Backfilled_Length_m__c}"/><br/>
     <apex:outputField value="{!YW_Solutions__c.Reinstated_Length_m__c}"/><br/>
 </apex:pageblocksection>
  <apex:pageblocksection title="Single Excavation Detail">
     <apex:outputField value="{!YW_Solutions__c.Total_Number_of_Open_Excavations__c}"/><br/>
     <apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavations_Backfilled__c}"/><br/>
     <apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavation_Reinstated__c}"/><br/>
 </apex:pageblocksection>
    </apex:pageBlockSection>
</apex:pageBlock>
</apex:page>
<apex:page standardController="YW_Solutions__c" lightningStylesheets="true" >
<apex:includeLightning />
<apex:pageBlock >
<apex:pageBlockSection columns="2">
<apex:outputText label="Trench Work Details" value=""></apex:outputText>
<apex:outputText label="Single Excavation Details" value=""></apex:outputText>
<apex:outputField value="{!YW_Solutions__c.Excavated_Length_m__c}"/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Open_Excavations__c}"/>
<apex:outputField value="{!YW_Solutions__c.Backfilled_Length_m__c}"/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavations_Backfilled__c}"/>
<apex:outputField value="{!YW_Solutions__c.Reinstated_Length_m__c}"/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavation_Reinstated__c}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>
<apex:page standardController="YW_Solutions__c" lightningStylesheets="true" >
<apex:includeLightning />
<apex:pageBlock >
<apex:pageBlockSection columns="2">
<apex:outputText label="Trench Work Details" value=""></apex:outputText>
<apex:outputText label="Single Excavation Details" value=""></apex:outputText>
<apex:outputField value="{!YW_Solutions__c.Excavated_Length_m__c}"/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Open_Excavations__c}"/>
<apex:outputField value="{!YW_Solutions__c.Backfilled_Length_m__c}"/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavations_Backfilled__c}"/>
<apex:outputField value="{!YW_Solutions__c.Reinstated_Length_m__c}"/>
<apex:outputField value="{!YW_Solutions__c.Total_Number_of_Excavation_Reinstated__c}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>