Skip to main content
Nintex Community Menu Bar
Question

Disable READONLY for checkbox in template?

  • July 10, 2024
  • 1 reply
  • 4 views

Forum|alt.badge.img+8

I have a READONLY template field in a table.  I would like to be able to add a boolean field {{Acknowledge}} inside the template.  Is it possible to turn off the READONLY status for just this component in the template?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Template fields on tables are ONLY read only at this point.  I think you have two options here. 

1. Put your boolean field in another column. 
2. Use a custom renderer instead of a template.  Here you can have the boolean in edit mode and add the data that should be read only behind it.  A little javascript… not a problem…