Page Datafolder: BaileyWeb.University.Projects
The Page Datafolder named BaileyWeb.University.Projects, displayed as University Projects, is used store information about ongoing activities at your institution, from research projects to campus improvements. Please refer to the Data Model page for information about its relation to other datatypes.
Data Structure
Field: | Label: | Help: | Type: | Default: | Optional? | Widget: | Validation: | Order: | Group: |
---|---|---|---|---|---|---|---|---|---|
Id | GUID | Key | |||||||
ProjectName | Project name* | The name of the project. | String (128) | No | Text Box | None | Ascending2 | ||
Description | Description | A brief description of the project. | String (1024) | Yes | Text Area | None | |||
Status | Status* | Is the project pending, active or complete? | Data Reference (ProjectStatus) | No | Selector | None | Ascending1 | Group1 | |
Budget | Budget | The budget for the project. | String (64) | Yes | Text Box | None | |||
Body | Body | The main body text of the project page. | XHTML | N/A | Visual XHTML Editor | None | |||
StartDate | Start date* | The date the project started or is due to start. | Date (Year/Month/Day) | Now() |
No | Date Selector | None | ||
EndDate | End date* | The date the project ended or is due to end. | Date (Year/Month/Day) | AddDays(365) |
Yes | Date Selector | None | ||
EnquiryContact | Enquiry contact | Who to contact with an enquiry? | Data Reference (People) | Yes | Optional Selector | None | |||
Researchers | Researchers | The researchers involved in the project. | String (Unlimited) | Yes | Data Id Multi Selector (People) | None | |||
Partners | Partners | The partner organisations involved in the project. | String (Unlimited) | Yes | Data Id Multi Selector (Partners) | None | |||
Publications | Publications | The publications related to this project. | String (Unlimited) | Yes | Data Id Multi Selector (Publications) | None | |||
Building | Building | The building related to the project. | Data Reference (Buildings) | Yes | Optional Selector (ListBuildingsAsDictionary) | None | |||
Display | Display? | Display this project on the website (Tick for yes)? | Boolean | True |
N/A | Check Box | None |
Settings
- Has caching? No
- Has publishing? No
- Localised? No
- Data URL: ~/project({ProjectName})
Notes
The Display field is used to determine if the project appears in lists. If set to False
, it is hidden in lists, but will remain visible at its Data URL.