Page History
HTML |
---|
<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #d4af37; border-color: #FCE28A; } .release-box:hover { cursor: hand; cursor: pointer; opacity: .9; } </style> <meta name="robots" content="noindex"> <div class="release-box"> <a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;"> Gold </a> </div> |
ServiceNow keeps track of the views for each Knowledge Base (kb_knowledge) article by updating the View Count (sys_view_count) field on the article's record each time it is viewed. However this update is done such that no other fields are updated on the record (including system fields such as the sys_updated_on field) and as a result does not trigger business rules or flows (including those created by dynamic shares) to fire.
However since article views fire a kb.view event each time an article is viewed, we can Viewing a Knowledge Base article in ServiceNow does not trigger a Business Rule to fire. Due to this limitation, the dynamic share does not trigger as well. To guarantee that an outbound message gets created, you will need to create a ServiceNow Script Action that are triggered through events onlyis triggered when this event happens. This will allow you to dynamically share out Knowledge Base articles when the view count is changed.
Prerequisites
First, you will need to install DataSync for ServiceNow and run the Perspectium Finish Install scripts.
Procedures
To start sharing knowledge articles through a script action, follow these proceduresthis procedure:
UI Steps | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Similar topics
Content by Label | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...