Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CubeYogi/9f3f32b91e51da5f243ed2e7821954b3 to your computer and use it in GitHub Desktop.
Save CubeYogi/9f3f32b91e51da5f243ed2e7821954b3 to your computer and use it in GitHub Desktop.
//create a new list
send_parameter_list = List();
//add the parameters need to pass
send_parameter_list.add(input.Name);
//open form to display user details in a popup
//Replace the page 2 url here after #
//Replace the parameter after ?
openUrl("#Page:Login?employee_id=" + send_parameter_list,"same window","height=500px,width=1000px");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment