RequestFormChefPickListElement Data Type

The Chef pick element of a service request form. For legacy form, the required properties are: label mandatory allowMultiple externalServerMetadta For blueprint form, the required properties are: label mandatory allowMultiple externalServerMetadta allowOverrideDefaultValues availableValues

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
allowMultiple string element 0/1 Indicate whether to allow multiple value selection.
allowOverrideDefaultValues string element 0/1 Indicate whether to allow the user to override the default values at request time.
availableValues list of string element 0/unbounded The available values which can be selected in this pick list.
externalServerMetadata ExternalServerMetadata element 0/1 The type of metadata backing the pick list.
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

<RequestFormChefPickListElement xsitype="...">
  <allowMultiple>...</allowMultiple>
  <availableValues>...</availableValues>
  <externalServerMetadata>...</externalServerMetadata>
  <values>...</values>
  <label>...</label>
  <mandatory>...</mandatory>
  <formType>...</formType>
  <value>...</value>
</RequestFormChefPickListElement>