Hi,
Associated Tasks Field is a great help when you want to use your SharePoint as an application development platform. Simply put: it makes SharePoint relational. You can create related tasks, items or documents directly from the parent item, which can then be viewed, monitored or updated from any Display or Edit form of the parent item and any list view of the parent item's list. You can easily manage tasks related to your project, add repeating sections to your forms or upload and assign documents to your RFPs.
You can manage your related items in two ways:
- Simply create a lookup column in the child list, pointing to the parent list. It will filled out automatically and used to manage the relationship
- Use one of the provided Associated content types. By using a set of hidden relationship columns, the connection is created and maintained in a completely transparent fashion. The advantages of this method include the ability to create multiple different Associated Items columns in the same list (think separate corrective and preventive actions) and also the ability to create related items for a parent item that is still in the middle of its creation process (such as add line items to an invoice that hasn't been saved yet).
Associated Items Summary field type works together with the Associated Items field to calculated summaries based on the related items:
- Count the number on related items (e.g. how many lines are in the current invoice or how many tasks belong to the current project)
- Calculate sum, average or even standard deviation of any number/currency column in the related items (such as, invoice total or average support ticket handling time per client).
- Concatenate text values into one, separated by commas.
The value is calculated automatically, updated each time related items are added, modified or deleted and is stored within the parent item itself.
Example of settings:
You can even calculated summary of only specific child items using filters, such as the number of open tasks (count tasks where Status does not equal Completed). And using Smart List Pro validation rules, you can use these values in input validations, such as prevent a project from being closed when there are still open tasks.