TrkItemTypeGroupAttrib (object)

ITrkItemTypeGroupAttrib Interface
Description:
Defines the Tracker Item Type Group Attribute metadata object.

The Tracker Configuration Utility generates Item type group attributes according to the application design and stores them in the source database. TrkItemTypeGroup is used to classify Item attributes in specific groups. This object encapsulates the Tracker Item type group attribute information. You can use this object to have read-only access to the Tracker Item type group attributes. The TADB Interface currently does not allow to add/delete/modify Tracker Item type group attributes.

Important Note:

The Save method is reserved for future use and should not be used in a script.

Example:

Dim oTrkItemTypeGroup As Object
Dim idx As Long
Dim oTrkItemTypeGroupAttrib As Object

Set oTrkItemTypeGroup = oTrkItemType.TrkItemTypeGroups.Item("Body IDs")
For idx=1 To oTrkItemTypeGroup.TrkItemTypeGroupAttribs.Count
    Set oTrkItemTypeGroupAttrib = oTrkItemTypeGroup.TrkItemTypeGroupAttribs.Item(idx)
    MsgBox "Attribute Name:" & oTrkItemTypeGroupAttrib.Name
    ...
Next
...

Properties: AllowNulls , DataType , DefaultValue , Description , FGroup , Indexed , ItemTypeGroupName , ItemTypeID , Length , Lookup , Name , Uniquepart
Methods: