Views [dbo].[View_Issue_to_Issue_Act_Log]
Properties
PropertyValue
ANSI Nulls OnYes
Quoted Identifier OnYes
Created10:24:27 AM Sunday, December 05, 2010
Last Modified10:24:27 AM Sunday, December 05, 2010
Columns
Name
id
persid
ref_num
summary
description
status
active_flag
start_date
open_date
last_mod_dt
last_mod_by
close_date
resolve_date
rootcause
est_total_time
actual_total_time
log_agent
assignee
organization
group_id
affected_contact
requestor
category
priority
need_by
est_comp_date
actual_comp_date
est_cost
actual_cost
justification
backout_plan
impact
parent
effort
support_lev
template_name
sla_violation
predicted_sla_viol
macro_predict_viol
created_via
call_back_date
call_back_flag
string1
string2
string3
string4
string5
string6
service_date
service_num
product
actions
type_of_contact
reporting_method
person_contacting
flag1
flag2
flag3
flag4
flag5
flag6
user1
user2
user3
cawf_procid
ticket_avoided
tenant
external_system_ticket
orig_user_admin_org
orig_user_cost_center
orig_user_dept
orig_user_organization
requested_by
target_closed_count
target_closed_last
target_hold_count
target_hold_last
target_resolved_count
target_resolved_last
target_start_last
caextwf_instance_id
status_name
priority_num
category_name
organization_name
affected_end_user_lastname
affected_end_user_firstname
affected_end_user_middlename
assignee_lastname
assignee_firstname
assignee_middlename
groupID
group_name
service_type
impact_num
product_sym
type_of_contact_sym
rpting_method_sym
person_contacting_sym
created_via_sym
rootcause_sym
issalg_id
issalg_persid
issue_id
issalg_last_mod_dt
time_spent
time_stamp
system_time
analyst
issalg_description
action_desc
type
internal
knowledge_session
knowledge_tool
issalg_analyst_id
Permissions
TypeActionOwning Principal
GrantSelectservice_desk_admin_group
GrantSelectservice_desk_ro_group
SQL Script
create view  View_Issue_to_Issue_Act_Log AS SELECT View_Issue.*, issalg.id issalg_id, issalg.persid issalg_persid, issalg.issue_id, issalg.last_mod_dt issalg_last_mod_dt, issalg.time_spent, issalg.time_stamp, issalg.system_time, issalg.analyst, issalg.description issalg_description, issalg.action_desc, issalg.type, issalg.internal, issalg.knowledge_session, issalg.knowledge_tool, issalg.analyst issalg_analyst_id FROM ( View_Issue inner join  issalg ON View_Issue.persid = issalg.issue_id)
GO
GRANT SELECT ON  [dbo].[View_Issue_to_Issue_Act_Log] TO [service_desk_admin_group]
GRANT SELECT ON  [dbo].[View_Issue_to_Issue_Act_Log] TO [service_desk_ro_group]
GO
Uses