RequestFormAttributePickListElement Data Type

Allows you to add any list-type custom attribute that is configured to apply only to forms. The required properties are: label attributeName mandatory allowMultiple

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
allowMultiple string element 0/1 Indicate whether to allow multiple value selection.
attributeName string element 0/1 Gets the attribute name
values list of string element 0/unbounded The selected values in this pick list.
Properties inherited from RequestFormElement
formType FormElementType element 0/1 Gets the form type.
label string element 0/1 Gets the label.
mandatory string element 0/1 Checks if is mandatory.
value string element 0/1 Gets the value.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<RequestFormAttributePickListElement xsitype="...">
  <attributeName>...</attributeName>
  <allowMultiple>...</allowMultiple>
  <values>...</values>
  <label>...</label>
  <mandatory>...</mandatory>
  <formType>...</formType>
  <value>...</value>
</RequestFormAttributePickListElement>