共用方式為


onsendkbarticle 事件 (適用於 Dynamics 365 Channel Integration Framework 1.0 的 JavaScript API 參考)

onsendkbarticle當使用者選取知識庫控制項中的 [傳送] 按鈕時,就會叫用事件。 eventData 是您需要傳遞的知識庫文章的 URL 和標題。

事件資料

事件採用 onsendkbarticle 下列eventData:

事件資料 Example
{'title": <KB article title>, "link": <url>} {"title": "KB Article about Microsoft Developer Guide", "link": "https://learn.microsoft.com/dynamics365/customer-engagement/developer/developer-guide"}

addHandler
removeHandler