Which parent control should you use for Field1?
You create a custom page layout that has a field control named Field1.
You need to ensure that Field1 is only visible when users modify the contents of the page.
Which parent control should you use for Field1?
Which object should you override?
You create a custom field type and a CustomFieldControl.ascx user control.
You need to write the code-behind of the CustomFieldControl.acsx user control.
Which object should you override?
What should you use?
You create a custom page layout that contains code-behind.
You need to identify whether the page is in Edit mode or in Display mode.
What should you use?
Which code segment should you add at line 03?
You create a custom page layout that contains the following code segment. (Line numbers are included for reference only.)
01 Please enter a number:
02 <SharePointWebControls:InputFormTextBox ID=”NumberTextBox” runat=”server”/>
03
You need to prevent the page from being saved if NumberTextBox is empty.
Which code segment should you add at line 03?
What should you do?
You create a workflow named WF1. WF1 is attached to a list named List1.
You need to receive an e-mail notification if WF1 is postponed.
What should you do?
What should you do?
You create a workflow named WF1. WF1 is attached to a list named List1.
You need to receive an e-mail notification if WF1 is postponed.
What should you do?
What should you do?
You have a SharePoint list named Projects and a site column named PrivateColumn.
You need to prevent users from adding PrivateColumn to the Projects list. Users must be able to add any other site column to the Projects list.
What should you do?
What should you do?
You have a SharePoint list named Projects and a site column named PrivateColumn.
You need to prevent users from adding PrivateColumn to the Projects list. Users must be able to add any other site column to the Projects list.
What should you do?
Where should you define the workflow action?
You create a custom workflow action named WF1 that copies the content of a document library to another document library.
WF1 is used in a Microsoft SharePoint Designer reusable workflow. You need to ensure that the workflow action is deployed as a sandboxed solution.
Where should you define the workflow action?
What should you use?
You are creating a custom workflow action that will be used in Microsoft SharePoint Designer reusable workflows.
The action will programmatically create a SharePoint site named Site1 at a specific URL.
You need to ensure that users can specify the URL of Site1 in the action.
What should you use?