我們在SharePoint中的BDC(業務數據目錄)定義中定義了許多操作,並且需要更改它們在UI中顯示的順序。更改BDC中的排序順序SharePoint中的操作
在Action定義中,有一個Position字段,我們正在指定,但是UI想要按字母順序顯示所有內容,這不是我們所追求的。
BDC定義的位置部分的示例如下所示。
你知道這可以成功實現嗎?
<Action
Position="10"
IsOpenedInNewWindow="true"
Url="http://www.google.co.uk/search?q=%22{0}%22"
ImageUrl="/_layouts/1033/images/TAH/Google.gif"
Name="Google for Assured Name">
<ActionParameters>
<ActionParameter Index="0" Name="assured_name" />
</ActionParameters>
</Action>
(PS我沒有考慮把該上的超級用戶,但沒有BDC存在,並有許多對這裏BDC相關的問題,所以這裏是...;))
BDC操作Web部件上的操作是否按正確順序? – 2009-11-12 14:48:47