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
amateur1amateur1 

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

Navatar_DbSupNavatar_DbSup

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. 

amateur1amateur1

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

amateur1amateur1

hi some one please tell me how to go to opportunitylineitemschedule object so that i can write trigger on it

nick1505nick1505

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