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
Mark BrusoMark Bruso 

Adjust All Dates in the Resulting Organization Relative to Organization Creation Date

Can anyone explain in detail how the option 'Adjust All Dates in the Resulting Organization Relative to Organization Creation Date' works when creating a 'New Trialforce Template'?

Thanks!

Mark Bruso
Anthony LairdAnthony Laird
Hey Mark,

The formula Salesforce uses is:

Date in trial org = trial org created date (3/13/2015) + date value in TSO org  - TSO created date (3/20/2013) - 1

See the link for more information and examples: https://help.salesforce.com/apex/HTViewSolution?id=000213315&language=en_US

Anthony