cancel
Showing results for 
Search instead for 
Did you mean: 

Passing value of OBProperty_ItemNum to Function within eForm

Rob_Keberdle
Star Collaborator
Star Collaborator

I am able to display the value of the Document Handle (once the eForm has been submitted and the new document created of course), but I would like to pass the value as a parameter to a Function that ultimately opens a new window / barcode cover sheet.

Leaving out all of the other code, what would be the proper syntax to pass it...

myFunction(OBProperty_ItemNum)

1 REPLY 1

Rob_Keberdle
Star Collaborator
Star Collaborator

As suspected, all I needed was the proper syntax.  In case anyone else is interested, you would need to use the following type of call:

     var dh = document.forms["myForm"]["OBProperty_ItemNum"].value;

     myFunction(dh);

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.