Function Not Working in Dynamic View but Works in Static View
I have a stateless form used to pass parameters on to a dynamic view through the openurl code. This is working great. However on that dynamic view I have a function button beside each record that uses fields in the dynamic view as parameters to pull specific records from another application through the openurl code. If I go to the static view and use the function button it works but when I go through the stateless form to the dynamic view nothing happens when I click the fuction button. Have I done something wrong?