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
AgilidiRPAgilidiRP 

How to pass CurrentPage parameters from iframe in Knowledge article to visualforce page

Hi-

I am trying to embed a video in a custom article type in Knowledge using the instructions here:

https://help.salesforce.com/HTViewHelpDoc?id=knowledge_admin_tricks_examples_videos.htm&language=en_US

If I hard-code the parameters in the visualforce page, then it works, but not if I try to use CurrentPage parameters.

What am I doing wrong?

Thanks in advance.
Andy BoettcherAndy Boettcher
You are being blocked from using CurrentPage parameters due to security settings enforced by Salesforce.  
AgilidiRPAgilidiRP
Is that something new with Winter '16?  Is there a workaround for that?
Andy BoettcherAndy Boettcher
Salesforce has been progressively closing security holes and tightning up items like this over the last few releases.  I would urge you to start looking into Lightning where a lot more is client-side so you can do this kind of stuff.
AgilidiRPAgilidiRP
I got this to work.  I need to click the correct security setting on the rich text field in the custom article type.  After that change it worked!