Answered
11 Aug 2016
in reply to
Missing user
Link to this post
Hi Quang,
If the other page has to update the same record you created in previous step, you can simply use multi-form step or multi-page step widget. You can place the multi-form/page step button and configure it to go to next form/page. By using the multi-form/page button where you are navigating from one form to other form for the same record entity, you don't need to get and pass new record guid in query string to fetch records on next page, it will do it automatically.
However, if you are looking to pass some specific values as query string parameters, you can find that under most of the widgets (Edit-->Advanced) at form such as Lookups, there is a property "PassValueToQueryString", by default it is false, you can turn it to true. You will then need to go to page where you have this form under the CRM Form Manager --> edit --Advanced, find the property named "RedirectWithAllQueryStringParamters" and set it to true.
Thanks
Syed