Populate remote Mendix form

1
I'm redirecting from a Mendix App on 1 domain to a Mendix App on a 2nd domain. On the second app, I need to continue the workflow from the first, by using an Autonumber on my entity. Question is, how do I pass a value to my target form so that the receiving app can select the correct entity for my workflow? In traditional HTML, this would have been a form POST or GET.
asked
1 answers
2

You need to use the deeplink module in order to achieve something like this. Did you already install this or are you redirecting using the standard html link?

answered