070-488J Free Dumps Study Materials
Question 3: Adventure Works は SharePoint を使用す ることによって、 製品と注文情報を保存します。
プロダクトマネージャーは各製品のステータスを確認するために製品一覧を見します。 彼ら
は製品一覧を開かずに、 最近および古い製品の注文を確認することができる機能を要求しま
す。製品注文ページは/sitepages/productorders.aspx に位置し、製品注文履歴ページは
/sitespages/productordershistory.aspx に位置し ています。 どのページにも商品コードという名
前のクエリ文字列パラメータが必要です。
あ な た は 管 理 作 業 の 最 小 量 を 用 い て 製 品 リ ス ト に カ ス タ ム ゕ ク シ ョ ン を 追 加 す る 必 要 があ
ります。
あなたは何をすべきか。
A. SharePoint プ ロ ジ ェ ク ト に 空 の 要 素 を 追 加 し ま す 。 <CustomAction> タ グ を 追 加 し 、
EditControlBlock に Location 要素を設定し、 そ の後<UrlAction> タグを 使用してカスタムページ
にリダレクトします。
B. Windows ゕプリケ ーションを作成し、Microsoft.SharePoint.Portal.CustomActions.dll に参照
を追加し、カスタムゕクションを追加するために SPCustomActions クラスを使 用します。
C. SharePoint Designer でサトを開きます。 カスタムリスト項目表示テンプレートを作成し、
製品リストビューWeb パーツに適用します。
D. 視覚的な Web パー ツを作成します。 テンプレート列とハパーリンク、 およびデータバ
ンド製品リストとグリッドビューを使用します。製品一覧の allltems.aspx ページに Web
パーツを追加します。
Correct Answer: C
Explanation:
1. To add a menu item custom action feature to the app for SharePoint project Right-click the app
for SharePoint project, and add a new Menu Item Custom Action item.
2. Select the host web to expose the custom action and choose a list template and custom list as
custom action scope to then click on Next button.