Prerequisites
First, you will need to create a ServiceNow dynamic share, create a ServiceNow bulk share, or set up a Service Gateway integration.
We also recommend that you take a quick look at the Perspectium MultiOutput Processing job to familiarize yourself with it and contact support@perspectium.com to validate your work if necessary.
Procedure
To create multiple MultiOutput jobs using the replicator tools, follow these steps:
Make a copy of the Perspectium MultiOutput Processing job
Navigate to Perspectium > Replicator > Dynamic Share or Perspectium > Replicator > Scheduled Jobs. Then, click into the Perspectium MultiOutput job and make a copy of it and rename it appropriately.
Pass in an encodedQuery
Notice in the example above we create a variable named encodedQuery. This variable gets passed into psp.processMultiOutput(). You can pass any encoded query you want. A quick way to get an encoded query is to go to your outbound table, create a filter, and chose the Copy query.
Select between the two strategies
There are two main strategies behind creating multiple MultiOutput jobs. The strategy you will use will depend on your use case. Choose which strategy accommodate your use case below and follow the given steps: