You need to sign in to do that
Don't have an account?

Displaying Data in VF Page
Hello,
My VF page isn't displaying the data that I expect it to. Here is the code for what I want to see on screen:
<apex:panelGrid id="pgridres" rendered="{!NOT(caseinpt) }"> <center> A Case has been submitted successfully - Use Case Number {!Casedata.CaseNumber} for your future reference... </center> </apex:panelGrid>
Basically, the Case Number doesn't populate on screen, even though the case (and Case Number) are created in SFDC. This only seems to be an issue with the !Casedata.CaseNumber, because if I try to display any other field on screen (i.e. id, subject, etc.), it works.
Any thoughts?
Thanks
Hi,
Same code works for me, my apex code for getting case data is :
and visualforce code is :
Please provide more code info if your problem doesn't get solved by this
Thanks
Ankit Arora
Blog | Facebook | Blog Page