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 for s object

i want to write a trigger on opportunitylineitemmschedule in my developer.when a oplischedule is added a new record has to be created .where should i write the trigger on opportunitylineitemschedule i have checked in all s objects but couldnt find the object to write trigger is there a way i can write the trigger directly on opportunitylineitemschedule

EnthEnth

You can't write triggers on this object, but changes will cause a trigger on OpportunityLineItem to fire, you could possible code your logic there.