egarrison-wte
-
7/25/2012 4:44:37 PM
Form Default Value from Custom Table
I have a BizForm that I want to pre-populate with values retrieved on page from a custom_table. I have the SQL pulling back the fields in transformations, but now want to set a field like "CurrentPayoff". I can easily populate if the value is in the URL using {%PayOff%} but I would rather not have that data in URL string. I also thought of setting into a cookie and reading from cookie, but cannot find how to pass the Eval("Payoff") value from the custom query to the Set Cookie webpart.
What is the context for referencing CustomTable data in other object?
|