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
Luke Higgins - RFLuke Higgins - RF 

Anyone familiar with product schedules in Salesforce?

I'm trying to set a default split the scheduled quantities over 12 months but I want January to always be 50% of the number, February always be 25% of the number and the rest split evenly throughout the rest of the year.

I got this answer on the success community but wouln't know where to start developing it. 

Since you can only spread out schedules evenly with default schedules, you would write a trigger and create the Product Schedule entries programmatically. See the object reference (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_opportunitylineitemschedule.htm?search_text=OpportunityLineItemSchedule" target="_blank). 

Would anyone know where I need to go next or maybe you've already done this? 
thanks,