My org is looking to allow contracts to start on the 15th of the month, in addition to the 1st. We've worked through most of the process, but in testing we discovered an issue that comes up when a contract needs to be prorated.
For example, if we need to align a new contract with an existing renewal date on the account, the resulting term may be a partial month. Salesforce's standard Contract Term field only accepts whole numbers, so we can't accurately represent something like a 6.5-month term.
Other than creating a custom contract term field, how are other organizations handling this? I've done some searching but haven't found much discussion around how others have solved for this.
@* Sales Cloud - Best Practices * @* Sales Cloud - Getting Started * @* Salesforce Revenue Cloud *
I like the approaches shared above. One thing I'd also consider is making the renewal date
the primary business driver rather than the contract term itself.
If the renewal date is what ultimately matters, keeping the Contract Term as a whole number and calculating any partial period elsewhere can simplify both reporting and automation while staying within the platform's standard behavior.
I'd be interested to know whether this is primarily a reporting requirement or if another downstream process depends on the Contract Term field.