从SalesForce应用程序按钮单击

时间:2017-07-10 01:30:01

标签: salesforce docusignapi

我试图在自定义按钮点击的SalesForce新浏览器窗口中打开DocuSign URL。我有DocuSign信封的嵌入式sogning URL,我需要在新的浏览器窗口中打开该URL。当我尝试时,我得到以下错误。这甚至可以在新的浏览器中打开信封吗?

Unsafe attempt to load URL data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale from frame with URL https://cs14.salesforce.com/console. Domains, protocols and ports must match.

1 个答案:

答案 0 :(得分:0)

您似乎违反了SalesForce应用程序中的CORS政策。

有关可能的解决方案,请参阅此answer

详细了解SalesForce CORS支持here

answer也有一些很好的信息。