• rmz1411
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,

I have a managed package. It has Visualforce page with FieldSets provided to us to add our own custom fields on the VF page. I have created a custom formula field and added it to the Field set. However that field is coming as blank on the VF page. But if I go to the Standard counterpart of that page. I am able to see the field populated with the desired value. 
Can anyone help me out? How to view the field in VF Page?

Thanks!!
Hi, 

I add a new formula field Complete_Date__c in a custom object named TDR, and want it shown in a VF page: 
<apex:outputField value="{!tdr.Complete_Date__c}" />
And I have added its readonly access to proper profile and permission set. 
But it is still blank in VF page. 
Anybody saw a similar issue before? thanks. 

Regards,
Tan Wenlong