Tags component for Salesforce Visual Force page on custom object

282 Views Asked by At

I have enabled Tags on a custom object, which has a Visual Force page override for edit/view in place of the standard page layouts.

Is there way to add the standard Tags component to the VF pages, or do I have to manually code something ?

1

There are 1 best solutions below

0
On BEST ANSWER

Use Topics instead of tags .A VF widget can be added as shown below

   <apex:page> <topics:widget entity="0D5x00000009Fhc" customUrl="mywebsite/TopicViewTestPage? topicId="/>
</apex:page>