Payment plan (order billing schedule) by first perf date variable

Has anyone set up an order billing schedule that uses 'first perf date' as a variable? We're looking to have a billing schedule that sets the last due date as [first perf date]+7, without having to manually enter that date by customer. Seems doable but I'm not able to find anything in the documentation or forums. Let me know if you have any suggestions.

Parents
  • I don't know if there's a variable to do this, but I'm working on some code that will auto-set up payment schedules after a roll over and before sub renewals start, and it's just (primarily) inserting into T_ORDER_SCHEDULE.  I don't see why you could select the first perf date to be the same as the first scheduled payment date.  This assumes that you have someone available that can handle the SQL.

Reply
  • I don't know if there's a variable to do this, but I'm working on some code that will auto-set up payment schedules after a roll over and before sub renewals start, and it's just (primarily) inserting into T_ORDER_SCHEDULE.  I don't see why you could select the first perf date to be the same as the first scheduled payment date.  This assumes that you have someone available that can handle the SQL.

Children
No Data