• Automatically advance workflow step based on value in custom activity

    I have a workflow with several custom activities. The first step presents the user with radio buttons so they can select certain options.  Once they click 'next', depending on what option they selected, I would like them to automatically advance that second…

  • Custom e-mail with powershell

    Hello,

    Is there a way to access a variable from the PowerShell script in a custom email with shared settings?

    Thank you,

    Lu

  • Password Manager Passcode Generation

    I'm wondering if there is a way to automate the temporary passcode generation to email when a user is added into active directory? My thinking behind this is when a user is setup in AD, we list their email address always. Once that user has been created…

  • The remote name could not be resolved

    Hi experts,

    One of our custom activities inside Password Manager (OIPM version:  5.7.1.469) needs to make a POST to a third party API.

    We are including the code in the powershell script part of the custom activity but we are getting the following error…

  • Howto implement reCaptcha v2

    Hi experts,

    I have realized that implementing the recaptcha functionality is not so straight forward.

    I am guessing that just adding the activity “Display reCAPTCHA” is not enough. That I need to make a POST to google with the g-recaptcha-response (html…

  • Powershell Custom Activity Write into AD

    Hello,

    I am looking to create a custom activity that can allow user to update certain custom attributes in Active Directory.

    Inside the SDK documentation, I have noticed a UserAccountInfo class and AttributeInfo class.

    Please enlighten me on how can I…