I have a repeater control on nintex form with multiple fields. In which one field is status (choice field), it's property is set as visibility=yes enabled=no. When i save the form, in the xml for repeater control data, only for this status column...type is missing in the attribute. it is saved as <Status /> instead it should have saved as <Status type="System.String" />. What could be the issue?
Page 1 / 1
Hi Rajesh,
Is there any specific reason you set "enabled = no" to check box? That could be reason for not showing its type, I guess.
Did you try setting "enabled = yes" and if it shows type details?
Thanks,
Krishna.
Solved the issue. Problem was due to enabled=false , so i made it "Yes" and disabled the same control through Rules.Somehow if we keep enabled status='No" on the control it is not saving. Thank you krishna.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.