You need to sign in to do that
Don't have an account?

help fo trigger
hi
i want to write a trigger on opportunitylineitemschedule in my developer account but i am unable to find the object please help me how to find the object so i can write my trigger
Hi,
The OpportunityLineItemSchedule object is defined only for those organizations that have the products and schedules features enabled. If the organization does not have the products and schedules features, the OpportunityLineItemSchedule object is not returned in describe, and you can't describe or query OpportunityLineItemSchedule records.
For more details follow the below link:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_opportunitylineitemschedule.htm#topic-title
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
hi navatar
i have enabled the features for products and scheduling so where should i go to find the object in customize or in create-->objects
hi some one please tell me how to go to opportunitylineitemschedule object so that i can write trigger on it
Hi,
You will not be able to see the objects in Salesforce org, but you will be able to find them when you load your project in the eclipse. You check for the objects in the schema of your project.
Thanks,
Nicks1505:-)
Certified Developer