Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

External applications can open a Portrait form and prefill values via URL parameters. The URL parameters are matched with the field names of a form.

Example given, the following fields are defined in the form createOffer:

  • customerNumber

  • customerName

The following URL will open the form with values:

https://portrait.customer.xyz/form/createOffer?customerNumber=10000&customerName=Meller

Use the exact name with correct upper/lower case

  • No labels