Before share scripts


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. Before share scripts expect server side javascript and is preconfigured with a globally available variable called current that is the GlideRecord object that is going to be shared.

(info) NOTEBecause before share scripts are executed every time a record is shared, be aware of the processing delays introduced that will be multiplied when sharing multiple records at the same time.

To cancel a bulk share in a before share script, see canceling a bulk share in a before share script.

After subscribe scripts


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


(warning) First, you will need to get started with DataSync Express and create a bulk share.

Procedure

To create before/after share scripts, follow these steps:


Access your bulk share

Log into your sharing (source) ServiceNow instance and navigate to Perspectium DataSync Express > DataSync Express > Bulk Share. Click into the bulk share that you want to create before/after share scripts for.

Type your before/after share script

Click the Filter and Enrichment tab. Then, type your before share script or after share script in the associated scripting window.

Click Update

Near the bottom left-hand corner of the form (just above Related Links), click Update to save the changes to your bulk share.