CorasWorks Properties

Custom Schema Display Fields

Specify the fields that must be contained within the list from which data is being collected and displayed. If the field is a date field, add "~DATE" to the field name. Separate each field by a comma. This property and the Custom Schema Type (below) are the minimum properties required to use the SharePoint Data Provider.

Example: Title, Start Date~DATE, End Date~DATE, Status, % Complete

Custom Schema Type

The type of list being returned within the web part. This property and the Custom Schema Display Fields (above) are the minimum properties required to use the SharePoint Data Provider.

Options:

•    Announcements - Announcements list

•    Contacts - Contacts list

•    CustomGrid - Custom grid for a list

•    DataSources - Data sources for a site

•    DiscussionBoard - Discussion board

•    DocumentLibrary - Document library

•    Events - Events list

•    GanttTasks – Tasks list with a built-in Gantt display

•    GenericList - Custom list

•    IssueTracking - Issue tracking

•    Links - Links list

•    ListTemplateCatalog - List Template gallery

•    PictureLibrary - Picture library

•    Survey - Survey

•    Tasks - Tasks list

•    WebPageLibrary – Wiki library

•    WebPartCatalog - Web Part gallery

•    WebTemplateCatalog - Site Template gallery

•    XMLForm - XML Form library

Custom Schema Table Name

Controls the parent table node name for data returned from SharePoint.

No Items Found XML

Specify the XML to display if no items are returned. Use $ReplaceWText to include the web part’s default return text, such as "No Items Found" or "You Must Execute A Search."

Example:

<NewDataSet>

<Table1>

<Title>$ReplaceWText</Title>

</Table1>

</NewDataSet>

Sort

This property is used to sort all content collected before it is rendered. If you have disabled the "Use Captions In XML" property, you must manually reset the fields used in this property by removing all special characters from the column name.

To use this property, specify the Column Name and Sort Direction of the column. You can use multiple columns by separating each by a comma. However, you must specify either ASC or DESC after each column. To sort on a Date Field, add a "_CW_DATE" to the end of the Column Name.

Example:

•    With "Use Captions in XML" Column 1 ASC, Column 2 ASC, Column 3 DESC, Column 4_CW_DATE

•    Without "Use Captions in XML" Column1 ASC, Column2 ASC, Column3 DESC, Column4_CW_DATE