cancel
Showing results for 
Search instead for 
Did you mean: 

Unity Client side scripts - OnBase version 16

Victor_Rodrigue
Star Contributor
Star Contributor

Good Afternoon Community!

Is there a way to fire off a VB or C# script on the unity client side after the end user clicks the "Upload" button. i would like a simple Yes or No box to appear for now. I got it to work in client after i added a simple vb script to "Document – File Import (Pre-Archive)" script hook config but no dice getting it to work in Unity Client. Not sure what I'm missing...Any help would be greatly appreciated!!!

2 ACCEPTED ANSWERS

Steve_Warner
Star Contributor
Star Contributor

You'll want to create a Unity Script and look into this Event Script:

View answer in original post

Shane_Cook1
Star Contributor
Star Contributor

I believe you are looking for the item right above "Unity" named "Script Hooks". A dialog box appears that allows you to select the "hook" you want. Then you select the script name you created and the document type you want to apply the hook to.

View answer in original post

6 REPLIES 6

Shane_Cook1
Star Contributor
Star Contributor

I believe you are looking for the item right above "Unity" named "Script Hooks". A dialog box appears that allows you to select the "hook" you want. Then you select the script name you created and the document type you want to apply the hook to.

That's correct, Shane.