RequestFormCollection Data Type

A collection of request forms.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
RequestForms list of RequestForm element 0/unbounded Gets the items.

Example

<RequestFormCollection>
  <RequestForms xsitype="...">
    <formId>...</formId>
    <version>...</version>
    <menuText>...</menuText>
    <displayName>...</displayName>
    <requestType>...</requestType>
    <formComponentType>...</formComponentType>
    <changeRequestTargetType>...</changeRequestTargetType>
    <RequestFormElements>
      <label>...</label>
      <mandatory>...</mandatory>
      <formType>...</formType>
      <value>...</value>
    </RequestFormElements>
    <display>...</display>
    <expression>...</expression>
    <Users>
      <id>...</id>
      <loginId>...</loginId>
      <displayName>...</displayName>
      <email>...</email>
      <itContact>...</itContact>
      <primary>...</primary>
    </Users>
    <Organizations>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </Organizations>
    <customComponentType>
      <id>...</id>
      <name>...</name>
      <description>...</description>
      <cost>...</cost>
    </customComponentType>
  </RequestForms>
</RequestFormCollection>