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
Naresh.TNaresh.T 

Trigger on Note Object

    Hi,

I need a trigger when a note is inserted/added for a custom object.

Is it possible to write trigger on Note object.

If Yes then please give me an example to do that.

Any help would be very much appreciated.

Thanks in advance.
Naresh.T
sumpritsumprit


Is NOTE object - a custom object?


Naresh.TNaresh.T
No Note is a standard object.


Message Edited by Naresh.T on 01-27-2008 08:30 PM
Ron HessRon Hess
it appears that you can add a trigger for Note object, but you must do so from Eclipse. This option appears in the pull down when you selected "New Trigger" from the create new wizard. I did not find the edit page location in the setup->build->customize area.
Naresh.TNaresh.T
Thanks Ron.