06-15-2011 04:49 PM
Is it possible to hook an action in Act. For instance we would like to accomplish the following actions. If a person starts a new note for a contact, and the contact is part of a particular group, then we alert the user and prevent them from entering the note. We still want them to have access to everything else, the ability to modify, add activities, etc.
06-16-2011 06:15 AM
The only events in the NoteManager class are CreateNoteComplete and NoteDeleted. The former does pass you the note that was created so at that time you could catpure the note and remove it if necessary, however I'm not sure how or if you could do this prior to the creation of the note.