Using Form Data Model as Form Model with Dynamic XDP Document of Record | Community
Skip to main content
New Participant
October 26, 2020
Solved

Using Form Data Model as Form Model with Dynamic XDP Document of Record

  • October 26, 2020
  • 2 replies
  • 1026 views

Is there documentation on how to use a FDM with a dynamic XDP DoR? When editing the adaptive form, it only shows/binds the fields available in the data source. How do you bind these fields with the fields in the XDP?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

I do not think you can do that. if you want to merge  Adaptive Form data with your existing xdp template you can do one of the two things

Create your Adaptive Form and base it on your XDP template(depending on the size of your xdp template this could cause performance issues)

Create XSD schema use it in your XDP and AF.

When the AF is submitted it is quite easy to merge the data with the XDP template

With Form Data Model the data you get on submission will be in JSON format and if you want to merge with your XDP template you will have to convert that into XML format

 

 

2 replies

workflowuserAccepted solution
Employee
October 26, 2020

I do not think you can do that. if you want to merge  Adaptive Form data with your existing xdp template you can do one of the two things

Create your Adaptive Form and base it on your XDP template(depending on the size of your xdp template this could cause performance issues)

Create XSD schema use it in your XDP and AF.

When the AF is submitted it is quite easy to merge the data with the XDP template

With Form Data Model the data you get on submission will be in JSON format and if you want to merge with your XDP template you will have to convert that into XML format

 

 

Mayank_Gandhi
Employee
October 26, 2020

@techddx Is the xdp in DS different from DOR?