Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → Field-Type
Field-Type indicates the type of field. The available field types are listed below.
Name | Type | Description |
---|---|---|
FLDTYPE_UNKNOWN | string | Indicates an unknown field. |
FLDTYPE_NUMERIC | string | Indicates a numeric field. |
FLDTYPE_TEXT | string | Indicates a text field. |
FLDTYPE_DATETIME | string | Indicates a date/time field. |
FLDTYPE_SELECTION | string | Indicates a single select field. |
FLDTYPE_BINARY | string | Indicates a binary field. |
FLDTYPE_STATE | string | Indicates a state field. |
FLDTYPE_USER | string | Indicates a user field. |
FLDTYPE_PROJECT | string | Indicates a project field. |
FLDTYPE_SUMMATION | string | Indicates a summation field. |
FLDTYPE_MULTIPLE_SELECTION | string | Indicates a multi-select field. |
FLDTYPE_CONTACT | string | Indicates a contact field. |
FLDTYPE_INCIDENT | string | Indicates a field unique to Incidents. |
FLDTYPE_FOLDER | string | Indicates a folder type field. |
FLDTYPE_RELATIONAL | string | Indicates a single relational field. |
FLDTYPE_SUBRELATIONAL | string | Indicates a sub-relational field. |
FLDTYPE_SYSTEM | string | Indicates a system field. |
FLDTYPE_MULTIPLE_RELATIONAL | string | Indicates a multi-relational field. |
FLDTYPE_MULTIPLE_GROUP | string | Indicates a multi-group field. |
FLDTYPE_MULTIPLE_USERGROUP | string | Indicates a multi-user field. |
Field-Type can be used to identify the type of field that is returned in the GetTables response.
The following XML shows Field-Type in the GetTables response.
<ae:GetTablesResponse> <ae:return> <ae:table xsi:type="ae:TableIdentifier"> <ae:displayName>Issues</ae:displayName> <ae:id>1000</ae:id> <ae:uuid>dc8cd329-b430-436f-bb75-bf90008e6a50</ae:uuid> <ae:dbName>UBG_ISSUES</ae:dbName> </ae:table> <ae:solution xsi:type="ae:SolutionIdentifier"> <ae:displayName>Issue Defect Management</ae:displayName> <ae:id>1</ae:id> <ae:uuid>cea0a86c-5d74-4e12-b8d6-9d6b90186f1e</ae:uuid> <ae:uniqueName>ISSUE_DEFECT_MANAGEMENT</ae:uniqueName> <ae:tabName>IDM</ae:tabName> </ae:solution> <ae:type>PRIMARY-TABLE</ae:type> <ae:description/> <ae:field> <ae:field xsi:type="ae:FieldIdentifier"> <ae:displayName>Type</ae:displayName> <ae:id>52</ae:id> <ae:uuid>7718fd10-ff7a-4fc9-9f8e-581820cb77bf</ae:uuid> <ae:dbName>ISSUETYPE</ae:dbName> </ae:field> <ae:fieldType>FLDTYPE-SELECTION</ae:fieldType> <ae:attribute>0</ae:attribute> <ae:properties>0</ae:properties> </ae:field> </ae:return> </ae:GetTablesResponse>
Copyright © 2007–2015 Serena Software, Inc. All rights reserved.