Skip to main content
Known Participant
August 7, 2026
Question

Read only field for Doc Center?

  • August 7, 2026
  • 3 replies
  • 26 views

My use case is that I want to display a read only field on the reconciliation form - the value in this read only field will be driven by another field that was extracted from the document. The read only field is there to provide extra context for the end user.

Any recommended way for me to approach this?

Thanks in advance!

3 replies

kapils024874
Inspiring
August 7, 2026


I don’t think we can inject custom read-only components directly into Doc Center's native reconciliation form.
can you explain more about it and the use case  ?

Known Participant
August 7, 2026

I want to display a dynamic read only field. The value of the ready only field is based on what was extracted in a different field - which is a group name. The read only field is the group description, so it shouldn’t be edited, but should still be on the reconciliation task so the end user knows more detail about the extracted group name.

harshas2775
Brainy
August 7, 2026

As the reconciliation task is auto-generated and does not allow customization - I can suggest two workarounds.
1. Additional Read Only Interface : Build an interface that shows the extracted data in read-only format to the user just before the Reconciliation task. Activity chain them both so use can go to reconciliation seamlessly from the read only form. Within this read-only form provide the dynamic field (context) to inform the user about group Name. Have users submit this form to move to reconcile form after they have got an overview along with dynamic context about extracted data. Hope this suits. If, an additional UI is not suitable,  
2. Use ‘Title’ input on Reconciliation task: Add the group Name context on the Reconciliation task’s title. The Title input accepts text so configure it to display the group name based on extracted group Id.