如何获取“我的时间表”视图的“评论”w.r.t TimeSheet期间和任务。 [英] How to I to get the 'COMMENTS' of the My Timesheet view w.r.t TimeSheet period and taskswise.

查看:84
本文介绍了如何获取“我的时间表”视图的“评论”w.r.t TimeSheet期间和任务。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我将30个TimeSheet周期设置为30天。并在TimeSheet的My TimeSheet视图中。有一个评论栏。

If I set 30 TimeSheet period for 30 day . and in the My TimeSheet view of TimeSheet. there is a comment column.

我想在报告中及时间表和任务中获得这些"评论"。

I want to get these 'COMMENTS' in the report w.r.t timesheet period and taskswise.

如何我是这样做的。

我的时间表视图的评论是什么工作。

What is the working of the comments of the My Timesheet view.

它是如何工作的,它将每天和任务明智地保存时间表。

How it is working and it is going to save w.r.t Timesheet period on the daily basis and task wise.

推荐答案

出现评论对话框当您单击提交时间表时。如果您希望将此包含在从报告数据库读取的报告中,可在此处找到它

The comment dialog box appear when you click submit time sheet. If you looking to include this in a report reading from reporting database, here is where to find it

SELECT 
       [TimesheetLineUID]
      ,[TimesheetUID]
      ,[ProjectNameUID]
      ,[TaskNameUID]
      ,[AssignmentUID]
      ,[ClassUID]
      ,[ValidationType]
      ,[Comment]   --<< here is your comment --
      ,[ApproverResourceNameUID]
      ,[TimesheetLineStatus]
      ,[CreatedDate]
      ,[ModifiedDate]
      ,[LastSavedWork]
      ,[TaskHierarchy]
  FROM [PWA_Reporting].[dbo].[MSP_TimesheetLine_OlapView]





这篇关于如何获取“我的时间表”视图的“评论”w.r.t TimeSheet期间和任务。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆