function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rick RossiRick Rossi 

Hyperlink question

Hi!

I am running into issues on a hyperlink formula field that will provide a link to the related task.

I have a custom object and field that should store a link to the task but I am running into errors in my formula.

Can this be done?

HYPERLINK("https://XXXXXXXXX.lightning.force.com/lightning/r/Task/"&ID&"/view", Task_Link__)c)
Zachary SingerZachary Singer
Hi Rick,
It looks like you just have an extra ) in the way of the Task Link API value at the end.

HYPERLINK("https://XXXXXXXXX.lightning.force.com/lightning/r/Task/"&ID&"/view", Task_Link__c)