Referencing an external assembly

Infor Public Sector gives you the ability to extend existing functionality down to a .Net code level. Each Infor business object has events that can be targeted by writing and compiling .Net code into an external assembly. Once compiled, the assembly can be added to the Infor Public Sector workflow.

These are the standard events that exist across all business objects.

  • AfterAdd
  • AfterAddCommitted
  • AfterLoad
  • AfterSync
  • AfterUpdate
  • AfterUpdateCommitted
  • BeforeAdd
  • BeforeDelete
  • BeforeUpdate
Note: AfterSync is specific to client created objects. Its handler is fired when the client business object is initiated for screen display. Its justification is to provide a means to set default values on a new agency object.