Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

WObjdDetailField

WObjdDetailField contains information about custom fields defined for a category, which includes the field name, default value, field type (such as Text or Number), label, corresponding database name, whether or not it is included in Data Warehouse, whether or not it is required, and category to which the custom field belongs. This table represents the Custom Fields block on the Custom Fields tab of an object definition.

Object: WObjdDetailField (Y_OBJ_DETAIL_FIELD)

Attribute

Database column name

Field in UI

End of path

Bridge

Links to object table:

Data type

Comments

Commonly used in:

               

Rules

Temp/Wiz

defaultValue

DEFAULT_ VALUE
 

(VARCHAR 2)

Default Value
(Custom Fields tab, Object Definition)

x

   

longstring

The default value of the custom field.

   

detailField
TypeIID

DETAIL_FI ELD_TYPE _IID

(NUMBER)

Field Type
(Custom Fields tab, Object Definition)

x

   

int

Specifies the custom field type, which is either:

  1. Text
  2. Number
  3. Date Field
  4. Scroll Text
  5. Check Box
  6. List
  7. Involved
  8. Memo Text
  9. Label Only
  10. Custom Object
   

extraInfo

EXTRA_
INFO

(VARCHAR 2) (50)

Label (Custom Fields tab, Object Definition)

x

   

string (50)

The label of the custom field.

   

invlCategory-->

INVOLVED_CATEGORY_ID

(NUMBER)

The list for selecting involved role, if field is of type Involved (Custom Fields tab, Object Definition)

x

x

YRecentlyViewedRecord

object

The involved role selection for the custom field, if it is of type Involved.

   

isDataMart

IS_DATA_ MART

(NUMBER)

Include in Data
Warehouse
(Custom Fields tab, Object Definition)

x

   

boolean

Indicates whether the field is to be included in the Data

Warehouse tables.

   

isExcludedFromCustomSearch

IS_EXCLU DED_FRO M_CUSTO M_SEARCH

(NUMBER)

Is Excluded from Custom Search?
(Custom Fields tab, Object Definition)

x

   

boolean

Indicates whether the custom field is hidden when constructing custom searches, or not.

   
isExcludedFromGlobalSearch

IS_EXCLUDED_FROM_GLOBAL_SEARCH

(NUMBER)

        boolean      

isRequired

IS_
REQUIRED

(NUMBER)

Is Required? (Custom Fields tab, Object Definition)

x

   

boolean

Indicates whether the custom field is required or not.

   
isTCBIDataMart

IS_TCBI_DATA_MART

(NUMBER)

        boolean      

isTimeZoneIndependent

IS_TIME_Z ONE_
INDEPENDENT

(NUMBER)

Is Time Zone Independent
(Custom Fields tab, Object Definition)

x

   

boolean

Indicates whether the custom field of date datatype is adjusted in the UI for the end user's timezone (FALSE), or not (TRUE).

   

name

NAME

(VARCHAR 2) (30)

Field Name (Custom Fields tab, Object Definition)

x

   

string (30)

The database name for the custom field.

   
objectDefinitionId

OBJECT_DEFINITION_ID

(NUMBER)

        number      

objectQualifier

OBJECT_
QUALIFIER

(VARCHAR 2) (2000)

Qualifier (Custom 
Fields
tab, Object Definition)

x

   

string (2000)

The qualifier path that is used to filter the available records for the custom field, if the field is of type Custom Object.

   

owner-->

CATEGORY_ID

(NUMBER)

For Category (Custom Fields tab, Object Definition)

x

x

 

object

8 The category to which this custom field belongs.

--> Links to the definition information of the category.

   

primaryKey

PRIMARY_ KEY

(NUMBER)

 

x

   

int

Unique ID for the custom field.

   

searchView

SEARCH_
VIEW_ID

(NUMBER)

Search View
(Custom Fields tab, Object Definition)

 

x

 

object

Available only for custom fields of type Involved or Custom Object.

   

table-->

TABLE_ID

(NUMBER)

The list for selecting a lookup table, if the field is of type List (Custom Fields tab, Object 
Definition)

x

x

YDetail
Lookup
Table

object

Specifies the custom lookup table linked to the custom field, if the field is of type List.

   

version

VERSION

(NUMBER)

 

x

   

int

Number that indicates how many times the custom field has been updated.

   
  • Was this article helpful?