Hi Everyone,
Could anyone help me, please with my issue? I have three forms: Partners, Form1 and Form2.
Both Form1 and Form2 has a lookup field with Partners form>>>Partner name field.
If Form1 is submitted it opens Form2, and I'd like to populate Partner name.
openUrl("#Form:Form2?Partner_name=" + input.Partner_name,"same window");
My issue is that Form2 is opened by submitting Form1, but Partner name field is null.
Thank you
George