Hi:I have a callout in my DCR1 that allows me to browse and choose another DCR and write its path to a text field in DCR1. I'd like to get other data from this chosen DCR's form fields and populate text fields in DCR1 with this info. Given a only DCR's path, can I use FormAPI or other means to get/set data info via JavaScript? Thanks for any pointers.
You may want to take a look at [thread=20694]this[/thread] thread, it outlines couple options.Note that FormAPI's callServer usage is the traditional way to do this sort of processing
Thanks. I checked out the link. That does look like a bit of a hack, but I'd be willing to try it. I'd like to try the callServer option first, though. I've never used it and upon looking in the FormAPI docs, I noitced that it callServer() doesnt return anything. Therefore, how would I extract and form field data by calling this? I assume that the syntax would be...IWDataCapture.callServer(selectedDCRPath); Is that right? Thanks for your help.