Table-Type

Description

Table-Type indicates the type of table. The available table types are listed below.

Parameters

Name Type Description
NOT-SPECIFIED string Used to not specify a table type.
SYSTEM-TABLE string A table type that is inherent to any SBM database.
PRIMARY-TABLE string A table that stores information about primary items, which follow an application workflow process.
AUXILIARY-TABLE string A table that stores information that may be needed repeatedly. Stores records that do not follow an application workflow process.
SYSTEM-AUXILIARY-TABLE string An built-in auxiliary table provided by SBM
ARCHIVE-TABLE string A built-in table used to store archived primary or auxiliary records.

Usage

Table-Type can be used to limit the types of tables returned in GetTables. It can also be used to identify the type of table returned in the GetTables response.

XML

The following XML shows Table-Type as seen in the type element of a 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>