function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CodeFinderCodeFinder 

Merger fields in visualforce page

Is it possible to have merger fields in a custom visual force page?

 

I want to create a visualforce page which will have a textbox with text like this

 

Welcome Home {!Management__c.Contact_FIrst_Name__c}.

 

whe saved the output on a different label must get the contact first name from management object:

 

Output 

Welcome home Lisa

AnushaAnusha

Use StandardController in VF page


CodeFinder wrote:

Is it possible to have merger fields in a custom visual force page?

 

I want to create a visualforce page which will have a textbox with text like this

 

Welcome Home {!Management__c.Contact_FIrst_Name__c}.

 

whe saved the output on a different label must get the contact first name from management object:

 

Output 

Welcome home Lisa