Passing parameter values

Is there a simple way to use/pass a value/parameter from one form for to another.

That is pass FormOne.TeamName to FormTwo.TeamName? I would use it to set relationships. between data tables.

Thanks

John W

1 Like

Yes there is a way,
you can create a form in customView and pass your data using normal POST or GET method.

1 Like

@jkwrpc sorry for this late reply! but this is doable! you could retrieve parameters from a link or just do a databind

2 Likes

Thanks for your valuable contribution to help everyone. Have gone through a lot of questions and found you very active and kind to help many of them. Kudos to you to keep the community alive and helping out the people you need it the most in their learning journey ahead.

Thanks!

1 Like