本文介绍了关于显示激活日期“Microsoft.VSTS.Common.ActivatedDate”的简单问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
伙计我试图在我的工作项跟踪模板上显示激活日期"Microsoft.VSTS.Common.ActivatedDate",我似乎无法让它显示
我试过
&NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; < Control FieldName =" Microsoft.VSTS.Common.ActivatedDate"类型=" DateTime的"标签="激活日期" LabelPosition =" Left" />
我试过
&NBSP; &NBSP; < FIELD name =" Activated Date" refname = QUOT; Microsoft.VSTS.Common.ActivatedDate"类型= QUOT; DateTime的" reportable =" dimension">
&NBSP; &NBSP; < Control FieldName =" Activated Date"类型=" DateTime的"标签="激活日期" LabelPosition =" Left" />
有人能告诉我我做错了什么。
谢谢
-Michael
解决方案
Guys I have tried to display the Activated Date "Microsoft.VSTS.Common.ActivatedDate"on my workitem tracking template and I just can't seem to get it to display
I tried
<Control FieldName="Microsoft.VSTS.Common.ActivatedDate" Type="DateTime" Label="Activated Date" LabelPosition="Left"/>I have tried
<FIELD name="Activated Date" refname="Microsoft.VSTS.Common.ActivatedDate" type="DateTime" reportable="dimension"><Control FieldName="Activated Date" Type="DateTime" Label="Activated Date" LabelPosition="Left"/>
Can someone tell me what I'm doing wrong.
Thanks
-Michael
解决方案
这篇关于关于显示激活日期“Microsoft.VSTS.Common.ActivatedDate”的简单问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!