Hi,
I was wondering how I would keep a parameter which needs to be passed to an event which then redirects (after save) to another event.
I have a table of records. (TABLE 1) You can click on view which takes the user to the "EDIT" event based on the ID parameter.
In the "EDIT" event you can see a table of records linked to the ID parameter.(TABLE 2) You can edit a field within that table and click "update" to save the updates. This sends you to "update_list" event which saves the changes and then redirects you back to TABLE 2 ("EDIT" event ) where I want to see the same records based on the same ID parameter.
So I need to pass the ID parameter between TABLE 2 (edit event) -> Update List Event -> back to TABLE 2 (edit event).
Hope that makes sense.
Any help is much appreciated.
Kind Regards
I was wondering how I would keep a parameter which needs to be passed to an event which then redirects (after save) to another event.
I have a table of records. (TABLE 1) You can click on view which takes the user to the "EDIT" event based on the ID parameter.
In the "EDIT" event you can see a table of records linked to the ID parameter.(TABLE 2) You can edit a field within that table and click "update" to save the updates. This sends you to "update_list" event which saves the changes and then redirects you back to TABLE 2 ("EDIT" event ) where I want to see the same records based on the same ID parameter.
So I need to pass the ID parameter between TABLE 2 (edit event) -> Update List Event -> back to TABLE 2 (edit event).
Hope that makes sense.
Any help is much appreciated.
Kind Regards