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.

 

LTaskActivityItem

LTaskActivityItem contains information about the activity items defined for task records.

This information includes the name of the activity item, tree position, and display order. This table represents the Activity Item system lookup table.

Object: LTaskActivityItem (L_TASK_ACTIVITY_ITEM)

Attribute

Database column name

Field in UI

End of path

Bridge

Links to object table:

Data type

Comments

Commonly used in:

               

Rules

Temp/ Wiz

childList-->

n/a

         

Do not apply. These lookup items cannot have a hierarchical structure.

   

parent -->

PARENT_ID

(NUMBER)

               

displayOrder

DISPLAY_ORDER

(NUMBER)

Order

x

   

int

The order in which the table items will be listed in the GUI, lowest number first.

   

isActive

IS_ACTIVE

activate and inacti vate buttons

x

   

int

Indicates whether the table entry is active (value 1) and can be used when editing records containing that entry. If it is inactive (value 0), records may contain that entry for reporting and historical purposes, but cannot be saved when editing, unless that entry is changed to some other, active table entry.

   

name

NAME

(NVARCHAR2) (50)

Item Name

x

   

string (50)

Name of activity item.

   

primaryKey

PRIMARY_KEY

(NUMBER)

 

x

   

int

The unique ID of the activity item.

   

treePosition

TREE_POSITION

(NVARCHAR2) (250)

Tree Position

x

   

string (250)

The unique four- character alphanumeric code that is created when the activity item is defined.

   
uniqueCode

UNIQUE_CODE

(NVARCHAR2 (20)

        string (20)      

version

VERSION

(NUMBER)

 

x

   

int

Indicates how many times the activity item was updated.

   
  • Was this article helpful?