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
Andy ThompsonAndy Thompson 

Creating a days unitl open task filed within the opportunity

I am looking to create a field in my org's opportunities that display the days until the next scheduled task/activity. I would ultimately like to display that number in my reps "opportunity view" so they dont have to dig into a report for the information. I have been able to set up a number that refrences the last logged activity to show how far it has been since we last contacted them. I need to do just the opposite. If there is an open activity/taks, I need the field to display the number of days from today. Perhaps refrencing the open activities due date. A nice customer support rep suggested I familiarize myself with apex triggers.
Forza di SognoForza di Sogno
Alternatively download the Rollup Helper app from the AppExchange and build a query to stamp the date of open future task on the opportunity and use that field in your calculations.