Its very easy using the Filter feature of SharePoint views to show only items completed in the last 30 days or items due in the next X days; for example :-Completed >= [Today]-30On the Advanced SharePoint View and Filter techniques post Ed asked
文章目錄 IntroductionOverdue TasksMy Overdue TasksItems Due in the next 7 DaysItems due in the current Calendar Month IntroductionWe discussed in a previous article how to customise SharePoint’s built in Task List and
背景: 域使用者作為管理中心的管理員,而域使用者要定期更改密碼,在建立新的Application時,出現Access Denied的問題。 After changing Domain user password, it is denied to access new application. 解決方案: 在註冊表中添加:DisableLoopbackCheck 具體步驟: Ive found this very handy.. recently, I was
When lookup fields are created, sharepoint stores them asID;#Value format in related list.for e.g.in list “Contacts” there is column called “Country”.There is item in contact with value “India” assigned in Country, having item ID=10.Now for another
In a scenario where you need to create Content Type in bunch, there comes the role of Dynamic Content types. The following code snippet helps you in creating content type dynamically. Code: using System;using Microsoft.SharePoint;namespace
1. when updating field which lookups from Content Types, (for example: set Required to Yes), it needs update Content Types first. please read this article:
I figured out a great little trick for sorting a DVWP-based display based on a column name passed in the Query String. You can see this in action in the default All Items or All Documents views in lists or libraries. When you click on the column
Oracle 11G新增的SQL文法Pivot用來做行列轉換非常方便實用,今天使用的時候卻發現一個問題。如果一個表中有多個數值欄位,只對其中一個欄位進行Sum的情況下,本來應該轉換後為一行的內容,被分成了多行。Create table 病人預交記錄T(id number(8),結算方式 varchar2(20),沖預交 number(16,5));Insert Into 病人預交記錄T Select 1, '現金', 123 From Dual Union All Select 2, '