SQL View Name:my_cmit
SQL View Number:5868
Group:Support
Base Table:case
Description:Log commitments cases and subcase. Used in my_commits.jsp JSP page
Flags:VIEW_OPTIMIZED 
Baseline/Custom:Baseline

Fields:

Field NameCommon TypeDatabase TypeGeneric Field IDArray SizeDefaultFlagsComment
conditionLONGint8  DIRECT Commitment condition 
descriptionCHARvarchar280  Commitment title 
due_dateCLK_TIMEdatetime43   Date and time the task must be completed 
elm_objidLONGint3  DIRECT Internal record number 
first_nameCHARvarchar1530 SEARCHABLE Contact first name 
id_numberCHARvarchar4255  Unique ID number for the case 
last_nameCHARvarchar1430 SEARCHABLE Contact last name 
owner_objidLONGint42  DIRECT Owner internal record number 
parent_objidLONGint   DIRECT Parent internal record number 
s_first_nameCHARvarchar 30  Contact first name 
s_last_nameCHARvarchar 30  Contact last name 
typeLONGtinyint   DIRECT Dummy field use to store a temporary value 
user_objidLONGint   DIRECT Originator internal record number 

SQL:

(
SELECT elm_objid, user_objid, id_number, due_date, first_name, first_name, last_name, last_name, description, condition, owner_objid, parent_objid, '0' as type
FROM table_case_cmit2
UNION ALL
SELECT elm_objid, user_objid, id_number, due_date, first_name, first_name, last_name, last_name, description, condition, owner_objid, parent_objid, '1' as type
FROM table_subc_cmit2)
My Recent Objects
my_cmit