Interfaces Dolibarr toward foreign systems

From Dolibarr ERP CRM Wiki
Revision as of 16:19, 20 October 2011 by Lrq3000 (talk | contribs) (Moved the triggers informations to the triggers page)
Jump to navigation Jump to search

Dolibarr provides two simple mechanisms to interface Dolibarr with an external system on the behave of a Dolibarr event :

  • Triggers - a mechanism to activate your own code when Dolibarr executes an action
  • Hooks system - an interface to integrate your own code in an entry point of Dolibarr

For more information on the opposite mechanism (allow an external system to interface with the Dolibarr system and use the Dolibarr's datas), see Interfaces from foreign systems toward Dolibarr).