View Name: | task_preview |
View Number: | 5187 |
Group: | Sales Mgr |
Description: | Used to display contact info, owner info, and gbst_elm data from the Action Item Preview/Modify form (8230) |
Flags: | VIEW_OPTIMIZED |
Baseline/Custom: | Baseline |
View Field Name | Table Name | Field Name | Comment | Generic Field Id |
---|---|---|---|---|
objid | task | objid | Task internal record number | 3 (UNIQUE) |
id | task | task_id | Task ID | |
title | task | title | Title of the task | |
due_date | task | due_date | Due date of the task | |
start_date | task | start_date | Start date of the task | |
comp_date | task | comp_date | Actual completion date of the task | |
status | gbst_stat(gbst_elm) | title | Status of the task | |
priority | gbst_pri(gbst_elm) | title | Priority of the task | |
tas_type | gbst_type(gbst_elm) | title | Type of the task | |
login_name | user | login_name | Login name of the user | |
user_objid | user | objid | User-owner internal record number | |
first_name | contact | first_name | First name of the contact | |
last_name | contact | last_name | Last name of the contact | |
contact_objid | contact | objid | Contact internal record number | |
tas_notes | task | notes | Notes about the task | |
condition | condition | title | Condition/state of the task | |
active | task | active | If the task is active | |
mandatory_ind | cls_factory | mandatory_ind | Indicates whether the action item must be generated; 0=not mandatory, 1=mandatory |
Join From | Join To |
---|---|
(task).task_sts2gbst_elm | gbst_stat(gbst_elm).status2task |
(task).task_priority2gbst_elm | gbst_pri(gbst_elm).priority2task |
(task).type_task2gbst_elm | gbst_type(gbst_elm).type_task2task |
(task).task_owner2user | (user).owner2task |
(task).task2contact | (contact).primary_contact2task |
(task).task_state2condition | (condition).task_condition2task |
(task).task_gen2cls_factory | (cls_factory).fct_gen2task |
task_preview | |||