cancel
Showing results for 
Search instead for 
Did you mean: 

VC FORM CONTROL BUTTONS

Former Member
0 Kudos

how can we enable the fields without touching the Control Buttons on the form Tool bar?

CE 7.2 I am getting a problem in VC form where only if I click on "Enable" button the controls like date, input field, checkbox are getting enabled else all are disabled , any idea why this problem?

Accepted Solutions (1)

Accepted Solutions (1)

former_member341000
Participant
0 Kudos

Hi,

This is probably because the form is connected to a node of cardinality 0..1 (for example in a service input or output). If you want it to always be enabled you can add a record to the form with the Initialize Data button of the element the form is connected to. You could also change the node to be of 1..1 cardinality.

Please note that if the form data is then sent to a service, the service should be aware that it will always receive a record (for example if it checks if any data was sent).

best regards,

Tal.

Answers (0)