Page 1 of 1

Is this possible...?

Posted: Thu Mar 07, 2019 9:14 pm
by apietrocini
I'm looking for a way to use what is entered into a metadata submit point later in a sql query at the same submit point. So for example... User is prompted for a customer name... after name is entered a dropdown is populated from a sql query returning all job numbers currently open for that customer. I can get the dropdown to populate from a static query, just not sure if what I mentioned above is possible.

Re: Is this possible...?

Posted: Fri Mar 08, 2019 9:42 am
by Padawan
This is currently not possible, see my reply here:
viewtopic.php?f=13&t=2673#p8895

In that thread it is related to scripting while your case is related to database connections, but the limitation is valid for both.

Re: Is this possible...?

Posted: Fri Mar 08, 2019 6:38 pm
by apietrocini
Thank you!