The Organization element of a request form.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
allowableOrganizations | list of ManagedObjectReference | element | 0/unbounded | Allowable Organizations.
Used when creating a form control with the Custom list visibility. Used at request time, when providing the possible selection for the user. |
|
organizationsVisibility | OrganizationVisibility | element | 0/1 | Visibility option. Used when creating/editing a new form control. Can be: All Organizations, Requester Organizations, Custom list. In case of custom list the Allowable Organizations holds the possible selections. | |
selectedOrganization | ManagedObjectReference | element | 0/1 | The selected Organization. Specified at request time. | |
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
<RequestFormOrganizationElement xsitype="..."> <organizationsVisibility>...</organizationsVisibility> <allowableOrganizations xsitype="..."> <displayName>...</displayName> <type>...</type> <id>...</id> </allowableOrganizations> <selectedOrganization xsitype="..."> <displayName>...</displayName> <type>...</type> <id>...</id> </selectedOrganization> <label>...</label> <mandatory>...</mandatory> <formType>...</formType> <value>...</value> </RequestFormOrganizationElement>