SalesforceLabs / Milestones-PM

Lightweight Project and Task Management for Force.com #forcedotcom
http://labs.force.com/pm
208 stars 520 forks source link

Link to Project from Task is Broken #153

Open CurGeorge8 opened 2 years ago

CurGeorge8 commented 2 years ago

The formula field "Project" on the Task object is broken. When clicking the link, the user is returned with an error page "This page not available in Lightning"

Workaround:

Update the formula field with the following HYPERLINK(Project_Milestone__r.Project__c, Project_Milestone__r.Project__r.Name, '_self')