Page History
HTML |
---|
<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #8efeb3#828995; 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/kryptonLithium" style="text-decoration: none; color: #FFFFFF; display: block;"> KryptonLithium </a> </div> |
Before share script and Before bulk share script
A Before share script in Perspectium DataSync Express allows the current record that is being bulk shared to be processed after it is loaded into a GlideRecord, but before it is encrypted and queued up to the Perspectium Integration Mesh. The Before share script is preconfigured with a globally available variable called current that is theGlideRecordobject that is going to be shared.
A Before bulk share script is a script executed at the beginning of the bulk share, before it starts sharing any records.
After subscribe script
An After share script for bulk shares allows you to specify a script that will run after your bulk share has shared a record. This can be useful for when you run scripts in the before share script for your bulk share that you want to then cancel out after the bulk share has run.
Prerequisites
First, you will need to get started with DataSync Express.
Procedure
To create before/after share scripts, follow these steps:
UI Steps | ||||||
---|---|---|---|---|---|---|
|