Skip to main content
April 18, 2022
Question

How to add custom fields to the document type CDT which are filled manually in IDP

  • April 18, 2022
  • 1 reply
  • 0 views

I would like to add audit fields to the document type CDT in IDP, when a document is processed not only the extracted data should fill into DB, but I also need to have audit fields to be filled.

So, when I was looking into it I am unable to open the interface, saying that this node doesn't allow custom forms


When I was trying to configure it from a process model, I was creating a script task and wanted to save data from there, and save the data to DB
So when I Configuring the script task, I am unable to save the data to the particular parameter in the document CDT type, Because the type of the
CDT is labelvalue, I need to save the data to the created by a parameter which is in value, so I am unable to do that.

This is the error I was getting

1 reply

stefanhelzle0001
Brainy
April 18, 2022

What is your use case here? The idea of IDP is that you create a separate application and use IDP as a module. Then you would simply create separate data structures to persist any data you need and just refer to the scanned document in IDP.