<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #0ACA8B; 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/fluorineplus" style="text-decoration: none; color: #FFFFFF; display: block;"> Fluorine+ </a> </div> |
The Interactive only feature for dynamic shares is checked by default to indicate that data will be shared out only when interactive actions are performed (e.g., a user comments on or resolves an incident). Data will not be dynamic shared when non-interactive actions occur (e.g., a ServiceNow job closes resolved incidents after 7 days or an email engine creates records).
The interactive only feature makes use of ServiceNow's interactive check to determine if a session is a user session or not. For more information, see GlideSession - isInteractive().
First, you will need to create a dynamic share.
To dynamic share data on non-interactive updates, follow these steps:
|