This post is more than 5 years old
5 Posts
0
366
September 21st, 2007 12:00
IA Process Developer
In our process we want to launch a DB lookup dialog that takes one of the values they entered in IA Index and gets a list of possible matches from our external Oracle Database. When they pick one from the list we want to finish indexing the document in Input Accel.
All of this is pretty straight forward to do outside of Process Developer, but we have not found a solution within it.
1) Can reference ADO/MDAC
2) Can't even reference a custom helper object that would do all of it for us.
3) Used late binding and got it sort of working, but it looks as though the modules do not trigger it on the user's (IAIndex) PC but on the IA server.
How would one do this? Do we need to acutally create our own module that does all that IAIndex does, plus this extra little bit? If so is there a SDK for developing these modules?
All of this is pretty straight forward to do outside of Process Developer, but we have not found a solution within it.
1) Can reference ADO/MDAC
2) Can't even reference a custom helper object that would do all of it for us.
3) Used late binding and got it sort of working, but it looks as though the modules do not trigger it on the user's (IAIndex) PC but on the IA server.
How would one do this? Do we need to acutally create our own module that does all that IAIndex does, plus this extra little bit? If so is there a SDK for developing these modules?
No Events found!
SethWilliams
16 Posts
0
September 28th, 2007 13:00