cancel
Showing results for 
Search instead for 
Did you mean: 

Cardanality In adobe forms

Former Member
0 Kudos

Hello SDN,

I have a simple User form, with one text Field.How can i make this field Optional or mandatory in terms of cardanality.

What is the default in Adobe forms.

Regards,

Anirban.

Accepted Solutions (0)

Answers (2)

Answers (2)

amolgupta
Active Contributor
0 Kudos

hi,

cardinality defines, actual instances of the context attributes where data can be stored.

if you give 0..0 then no instance of the context attributes will be created.

so if u'll try to put data into the context, it will throw an error.

you should create an instance of the node before u can actually put data into the context attributes.

when u use 1..1 or 1..n cardinality at least one instance is created automatically by default.

thus, it looks like cardinality can not be used in ur case to control optional/mandatory feature.

u'll have to employ some coding behing the scene.

regards,

-ag.

Former Member
0 Kudos

How can i make this field Optional or mandatory in terms of cardanality.

What is the default in Adobe forms -> 1 : 1.