Reference data from forms in other applications
I know you can reference other applications for lookups as well as calling user defined functions.
Can you reference other form data in deluge scripting?
eg
for each test_record in application1.Form1
{
//Do stuff in application 2
}
Will this be added in the future?