DialogScript execution from Script Library of Synchronization Editor

Hi colleagues,
Could you please help us understand the possibilities of scripts execution from Script Library of Synchronization Editor?

In Synchronization Editor (One Identity 9.2) we have a custom connector. One of its variables should be calculated. In One Identity Database we have a script to calculate the value. Is there a possibility to execute the script in DialogScript table from Script Library of Synchronization Editor?
Thank you!

  • You cannot call a script defined in the DialogScript table from the scripts in the Synchronization Editor.

    Suppose you want to avoid moving your code into the Synchronization Editor scripts. In that case, you can calculate the value of the synchronization variable using your DialogScript during the process generation of the process that starts the ad-hoc projection or synchronization. You can override the variables in your synchronization project using the OverrideVariables parameter at the process step. The syntax for the parameter is similar to the one used in connection strings. VariableName=Value;VariableName=Value;...