<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 table maps will often generate common documents with empty elements depending on the script that is used or the source field that is being mapped. This may not be the desired result and hiding these empty elements may be more favorable. This can be done using the hide empty fields feature that is built into table maps.
First, you will need to commit a Perspectium update set containing table maps to your ServiceNow instance.
You will also need to create a ServiceNow dynamic share or bulk share.
Lastly, you will need to add a table map to your dynamic share
To hide empty fields, follow these steps:
|