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
SUMATI SINGHALSUMATI SINGHAL 

Visualforce page is not coming in knowledge article page layout ?

Hi All, 

I am unable to see the visualforce page to add into the page layout of article type named "Knowledge Article".
1. Created a vf page :
<apex:page standardController="Knowledge_Article__kav" tabStyle="Knowledge_Article__kav">
<apex:pageBlock > <apex:pageBlockSection title="Article Information"> <apex:outputField value="{!Knowledge_Article__kav.Title}"/> <apex:outputField value="{!Knowledge_Article__kav.Summary}"/> <apex:outputField value="{!Knowledge_Article__kav.PublishStatus}"/> </apex:pageBlockSection> </apex:pageBlock>
</apex:page>

2. Edit the page layout :

Edit page Layout with no option for visualforce page

Can anyone help ?

Thanks ,
SandhyaSandhya (Salesforce Developers) 
Hi,

You can use the visualforce page in channel display field.

https://salesforce.stackexchange.com/questions/88391/display-visualforce-page-in-the-channel-display-field-for-article-type
 
https://help.salesforce.com/articleView?id=000265450&language=en_US&type=1
 
Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
                                             
Best Regards
Sandhya
 
 
SUMATI SINGHALSUMATI SINGHAL
Hi Sandhya, 

Thanks for the reply , I did this also , but it is not shown in the detail page of the Knowledge article .
I want to add a section to display vf page in the detail page of knowledge article , like we did for other standard object (i.e. Account).
Is it possible ? Can anyone help ?

Thanks,