Creating the Unity Script in OnBase - Platform - Foundation 24.1 - Foundation 24.1 - Ready - Hyland RPA - external - Hyland-RPA/Platform/Foundation-24.1/Hyland-RPA-Platform/Hyland-RPA-Web-Manager/Creating-an-RPA-Task-with-OnBase/Implementation/Creating-the-Unity-Script-in-OnBase - 2025-04-03

Hyland RPA Platform

Platform
Hyland RPA
Product
Platform
Release
Foundation 24.1
License

To create the Unity Script:

  1. In OnBase Studio, create a new Unity Script using the following:
    • Name: OnBaseRocketUnityScriptTrigger
    • Language: C#
    • Type: IClientWorkflowScript
    Note: For more information on configuring Unity Scripts, see the section on creating a Unity Script project in the OnBase Studio help file.
  2. Do one of the following:
  3. Import the following namespaces to the Unity Script:
    • Hyland.Unity
    • Hyland.Unity.Automation
    • System
    • System.Data
    • System.Data.DataSetExtension
  4. Save and publish the script.