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
sonali  vermasonali verma 

opportunity line items schedule

Hello 
can any one pls explain what is opportunity line items schedule, actually I dont see it in workbench object.

How it related to opportunity line items and what actuall process involved.

thanks
sonali
Lokesh KumarLokesh Kumar
Hi Sonali,

Hope you are doing good.

As you are not able to see the OpportunityLineItemSchedule Object.

To make it visible you have to follow below steps:

Opportunity Line Item Schedules are only visible after you activated the feature at the Org in question:

Setup > Customize > Products > Schedule Setup

Once activated, there is a new Standard Object called OpportunityLineItemSchedule with a lookup reference to the OpportunityLineItem by the field OpportunityLineItemId. This object can be manipulated in APEX with the usual DML operations.

And to know more about OpportunityLineItemSchedule please check the below link.

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_opportunitylineitemschedule.htm

https://help.salesforce.com/articleView?id=000199075&type=1

Thanks
Lokesh