OnDemand User Group

Support Forums => Windows Client => Topic started by: Joe Wolken on September 14, 2020, 08:13:30 AM

Title: Related Docs feature - Is it still supported on v.10.5 32-bit?
Post by: Joe Wolken on September 14, 2020, 08:13:30 AM
I am trying to implement the OnDemand Client Related Documents feature as referenced:
https://www.ibm.com/support/knowledgecenter/SSEPCD_10.5.0/com.ibm.ondemand.winclient.doc/dodwc266.htm
and
http://www-01.ibm.com/support/docview.wss?uid=swg21009643

I am trying to use with OnDemand Client v.10.5 32-bit.  Has anyone successfully implemented this?

Here is the text from two attempts at the Imported/Exported Registry entry:
The only difference is the path of the Registry key. 
I tried installing both keys in the 2 different locations. After entering the Folders= path or performing a search or displaying a document,  I do not see the option or the icon for Related docs.  Does anyone see what I'm doing wrong?

Actual registry keys are also attached.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\IBM\OnDemand Clients V10.5\Client\RelatedDocs]
"Related"="MHBFCLM"

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\IBM\OnDemand Clients V10.5\Client\RelatedDocs\MHBFCLM]
"MenuText"="View Attachment"
"BitmapDLL"="c:\\EXTADDLL.DLL"
"BitmapResid"="133"
"Folders"="H MHBFCLM"
"RelatedFolder"="H MHBF"
"Fields"="Member Num=eq\\%v"
"Arrange"="v"


TEST 2  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\OnDemand32\Client\RelatedDocs]
"Related"="MHBFCLM"

[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\OnDemand32\Client\RelatedDocs\MHBFCLM]
"MenuText"="View Attachment"
"BitmapDLL"="c:\\EXTADDLL.DLL"
"BitmapResid"="133"
"Folders"="H MHBFCLM"
"RelatedFolder"="H MHBF"
"Fields"="Member Num=eq\\%v"
"Arrange"="v"
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@