Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

triggers

  • Thread starter Thread starter mbmohan
  • Start date Start date
Status
Not open for further replies.
M

mbmohan

Guest
can anyone out there explain exactly what a trigger can do?

And how to use them. Where exactly it comes handy?
 
That is a great question. Triggers are functions that are called from within Intralink upon certain events in the database. These functions can evaluate data, do some minor modification, spawn external applications, etc.



Where this comes in handy is to interface with external applications or enforcing policy. For instance we've done triggers that will prevent a user from checking in anything if the attribute values are empty, will set string values to ALL CAPS, prevent family table objects from being checked in.



The list goes on. If you have any questions feel free to contact me or visit my website at:



http://www.FroTime.com



Regards,



Eric Horn

FroTime, Inc.

ehorn@frotime.com
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top