Is this possible...?

Post Reply
apietrocini
Member
Posts: 32
Joined: Fri Mar 24, 2017 7:06 pm
Location: Cleveland, OH

Is this possible...?

Post 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.
Padawan
Advanced member
Posts: 358
Joined: Mon Jun 12, 2017 8:48 pm
Location: Belgium
Contact:

Re: Is this possible...?

Post 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.
apietrocini
Member
Posts: 32
Joined: Fri Mar 24, 2017 7:06 pm
Location: Cleveland, OH

Re: Is this possible...?

Post by apietrocini »

Thank you!
Post Reply