Table 2. Primary Content
Table 4. Layout Manager Figure 1. Creating a custom control
1 Select Start | All Programs | AgreeYa | QuickApps for SharePoint | Sample Code.
2 Double-click SampleCode.sln.
•
• isControlHidden – a boolean field to indicate whether or not the control for the field should be hidden. The user can mark a certain field as a hidden field in the Display Fields property. If a field is hidden, you still have to add the control into the control hierarchy but you need to hide it in a certain way. For example, you can set the style’s Display attribute to None.
1 Select Start | Control Panel | Administrative Tools | Internet Information Services (IIS) Manager.
3 Expand the Web Sites folder.
5 Right-click the node and select Properties.
6 Select Home Directory tab.In order to use your custom Layout Manager class, you should refer to it in the Form Layout property of the qListForm or qSIListForm as follows:
3 Select Web Part Menu | Configure from the SI List Form.
4 Click Edit on the Form Layout property.
5
7 Click OK.
3 Select Debug | Attach to Process.
4 Select w3wp.exe in the process list.If w3wp.exe is not listed, make sure that you check Show processes in all sessions. You may see more than one w3wp.exe listed. If you do, select the one with your user name or try it one by one until you find the process that contains the executable for your code.
5 Click Attach.
Table 7. Display Fields
• <CurrentUserID/> — this value is replaced by the ID of the currently logged in user. If you want to assign the current user to the People and Group field, use this variable. If you are using Advanced Mode and you would like to assign a task to the currently logged in user, you can specify the following Field element: <Field Name="Assigned To" FixedValue="<CurrentUserID/>" /> (If you are using Advanced Mode)
• <CurrentUserName/> — this value is replaced by the name of the currently logged in user.
• <CurrentUserEmail/> — this value is replaced by the email of the currently logged in user.
• <CurrentLoginName/> — this value is replaced by the login name of the currently logged in user. The login name is usually in the form of domain\username.
• <Today/> — this value is replaced by today's date.
• <Now/> — this value is replaced by the current date and time.
Table 8. Fixed Value
Table 9. Consume Value from an HTTP Parameter
Table 12. Consume value from a session System Integration (SI) field gets its values from a data column accessible through the System Integration Framework — the same mechanism used by SI Web Parts to connect to external data sources.
Table 13. System Integration
Table 14. Complex Category