• Shekhar 13
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 4
    Replies
Hi All !

I am trying to create a wrapper class , but in the VF page Iam getting error Unknown property 'String.DCode'. Any advice on this 


<apex:page controller="wrapperclass">
<apex:form>

<apex:pageBlock>
<apex:pageBlockSection>
<apex:pageBlockTable value="{!lstwrapperstring}" var="wrap">
<apex:column headerValue="Action">
<apex:inputCheckbox/>
</apex:column>

<apex:column headerValue="Deal Code"/>
{!wrap.DCode}

<apex:column headerValue="Course"/>
{!wrap.C}

<apex:column headerValue="Trainer First Name"/>
{!wrap.TFirstName}

<apex:column headerValue="Trainer Last Name"/>
{!wrap.TLastName}

<apex:column headerValue="Trainer Education"/>
{!wrap.TEducation}


</apex:pageBlockTable>



</apex:pageBlockSection>

</apex:pageBlock>

</apex:form>

</apex:page>


 
Helo All ,
Please note I am using standard controller for account object  in VF page and the code gets saved means there is no error , but when I enter the values in the fields the record is not getting inserted , meaning I am not able to create account record . Even I have tried with opportunity object   also Iam not able to create opp record.

Kindly advice how this problem can be solved .


 
Hello All,

How can we track formulae fields in salesforce lightining .
Hi ! All ,

Please note I want to write a formulae where we have experience more than 10 years then in the field "trainer category" which is a picklist we shave to show platinum 
Hello All,

I have a validation rule where there are 4 countries India, USA, UK & Australia and there phone number must start with +91 or +1 +44 or +61
Please advice .
Helo All ,
Please note I am using standard controller for account object  in VF page and the code gets saved means there is no error , but when I enter the values in the fields the record is not getting inserted , meaning I am not able to create account record . Even I have tried with opportunity object   also Iam not able to create opp record.

Kindly advice how this problem can be solved .


 
Hi ! All ,

Please note I want to write a formulae where we have experience more than 10 years then in the field "trainer category" which is a picklist we shave to show platinum 
Hello All,

I have a validation rule where there are 4 countries India, USA, UK & Australia and there phone number must start with +91 or +1 +44 or +61
Please advice .