• Adrienne Lee
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

$A.get("e.force:navigateToURL").setParams(
    {"url": "/apex/Accountsummary"}).fire();

returns an error that the page does not exist

from: https://trailhead.salesforce.com/modules/visualforce_fundamentals/units/visualforce_standard_controllers
We would like to set a default date for a Due date field as "Today plus 3 business days".
Is this possible? If so, what would the formula be?