Skip to content

marchorst/Hyland.Rocket.RPA.OnBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Hyland RPA Onbase / Unity Custom Activities

This activities are build for showcases and customers who want to start as early as possible with Hyland RPA integration to OnBase.

Unity Scope

You have to use the following activities inside a Unity Scope Activity.

When using Onbase connection multiple times in the process you should create a "Connection" variable/argument.

You can reuse this the next time you use a Unity Scope within the "Existing Connection" field.

Archiving new document/s

Archives Documents.

Get Document keywords by DocId

Get Keywords from a Document.

Standard Keyword Record AdditionalMultiInstanceKeywordRecord_[INDEX]
[DataTable with Keywords] [DataTable with Keywords]

Update Document keywords by DocId

Updates a specific Keyword Value and / or creates it when it is not existing yet.

Create WorkView Object

Creates an WorkViewObject from a specific class.

Get WorkView Object by attributes

Get all WorkView Objects filtered by attributes.

The result is a IDictionary<int64, WorkView.Object> (ObjectId, WorkView Object).

To loop through the results use a "Foreach Loop" with an KeyValuePair<int64, WorkView.Object> You get the ObjectId by

Item.Key.ToString

The attributes you can get this way i.e.

Item.Value.AttributeValues.Find("InvoiceNumber").AlphanumericValue

SHOWCASE ONLY: Finish Workflow Onbase Document by DocId

Warning

Do not use this activity outside the showcase! If you need a fully functional activity please contact marc.horst@hyland.com

Currently it looks for the first Queue by DocId and executes the first AdHocUserTask.

Download

https://github.com/marchorst/Hyland.Rocket.RPA.OnBase/releases

About

Hyland RPA Custom Activities to connect to OnBase

Resources

Stars

Watchers

Forks