Skip to main content
Skip table of contents

Pass data into fields of a DPD page

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.