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
Frank FernandezFrank Fernandez 

Home Page Popups

I have a custom object that contains a "deadline" date. I would like a "pop-up" to be generated when a user logs in two days prior reminding them of the deadline. Is this possible?
 
If not, is there a way I can generate a custom message on the home page to remind them?
 
Thanks!
RickyGRickyG
Frank -

Check out time-based workflow.  It won't give you a popup, but you could send an email or assign a task, which could appear on the home page.

Hope this helps.
Frank FernandezFrank Fernandez
Thanks for the suggestion, but that was the approach we tried and  it wasn't "obvious" enough.
 
Any other thoughts?


Message Edited by Frank Fernandez on 12-08-2008 11:55 AM
Brad HuffmanBrad Huffman
Could you create a task associated with the object?  Use the time based workflow to create a new task.  You can set the reminder equal to the deadline minus 2 days.  Should generate a popup.


Message Edited by Brad Huffman on 12-08-2008 02:00 PM