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
alok7049alok7049 

how to Make the Visualforce page accessible via a Web Tab.

how to Make the Visualforce page accessible via a Web Tab.

web tab content should change a/c to the visualforce content....changing with records(No hardcoding).

 

do help me.

 

Thanks.:)

bob_buzzardbob_buzzard

You can have visualforce tabs as standard, and these can pull back information from records using standard or custom controllers.  Can you give us a bit more information?

 

 

alok7049alok7049

created Visualforce page that when given a contact ID will display that contact, the account that it is associated to, Make the Visualforce page accessible via a Web Tab.

 

while changing the contact id will change the contact of visual force page corresponding to that contact id ..rite.and i want the same changes in webtab content..

 

Thanks for the post.:)

bob_buzzardbob_buzzard

How would you get to the web tab with a contact id in the first place?  Tabs aren't tied to a single record (although you could probably specify the id in the URL of the web tab).

alok7049alok7049

I agree..

Tab's are not tied to a single record.

 

question is..how to make visualforce accesible via webtab.?.

thats mean changes in visualforce page content should be reflected in webtab also..

bob_buzzardbob_buzzard

Salesforce has visualforce tabs as part of standard functionality - is there a reason why you wouldn't use one of those?