Click on the object you wish to link to the current requirement. Please note if there are no results then it is not possible to link anything.
Project Links
{% if project_results %} {% for row in project_results %} {% endfor %}
Project ID Project Name
Project - {{ row.project_id }} {{ row.project_name }}
{% else %} Sorry - no projects can be linked {% endif %}
Task Links
{% if task_results %} {% for row in task_results %} {% endfor %}
Task ID Task Name
Task - {{ row.task_id }} {{ row.task_short_description }}
{% else %} Sorry - no tasks can be linked {% endif %}
Opportunity Links
{% if opportunity_results %} {% for row in opportunity_results %} {% endfor %}
Opportunity ID Task Name
Opp - {{ row.opportunity_id }} {{ row.opportunity_name }}
{% else %} Sorry - no opportunities can be linked {% endif %}