Data for the fields on a DPD page can be passed in via URL parameters using the following syntax:
http://ewa.domain.com/app/dashboard/{page_id}?data={key values here}
Single Field
|
Field Id |
Value |
|---|---|
|
my_field |
abc123 |
http://ewa.domain.com/app/dashboard/{page_id}?data=my_field%3Dabc123
%3D is the url encoded value for =
Multiple Fields
|
Field Id |
Value |
|---|---|
|
employee_id |
1049 |
|
production_line |
7 |
http://ewa.domain.com/app/dashboard/{page_id}?data=employee_id%3D1049&production_line%3D7