Skip to main content
Known Participant
August 11, 2009
Question

How do I pass URL parameter after Update record?

  • August 11, 2009
  • 1 reply
  • 1191 views

I have an update record page that successfully updates a record, but when it is redirected to the page it came from it loses any parameters to filter record sets to obtain the correct records.

When I try to use the Parameters dialog box from the Update Records "select a redirect" dialog box, it results in an error indicator in front of the Update Records line in the Server Behavior, and the web page ceases to update the records.

How do I pass a parameter to the next page?

Thanks

This topic has been closed for replies.

1 reply

jon8
Inspiring
August 17, 2009

sessions or url variables would be the easiest.

tim19260Author
Known Participant
August 18, 2009

I tried to past the Variable in the URL with the options in the "After updating go to" Parameters dialog box, but it didn't work. Is there another way to do it? Session Variables may be impractical in this situation.

tim19260Author
Known Participant
October 1, 2009

I have found a work around for this issue. By selecting the Insert or Update button and adding a hyperlink with parameter settings. The Hyperlink has the same destination as the Insert records Behavior. When the button is clicked it performs the Insert, and passes the parameters to the destination page..