Page 1 of 1

Call plugins from .NET

PostPosted: Tue Nov 03, 2015 2:35 pm
by jeromeh
Hi,

Is there a way to call plugins in Jiwa7 from a .NET application through the Jiwa assemblies?

I have done a search of the forum but cannot seem to find anything in relation to actually firing plugin code through .NET

Re: Call plugins from .NET  Topic is solved

PostPosted: Tue Nov 03, 2015 8:11 pm
by Mike.Sheen
jeromeh wrote:Hi,

Is there a way to call plugins in Jiwa7 from a .NET application through the Jiwa assemblies?

I have done a search of the forum but cannot seem to find anything in relation to actually firing plugin code through .NET


Hi Jerome,

If you're using our business logic factory to create the objects, then the plugin code will be run automatically. For instance, if a plugin has hooked into a sales order saveend event, then that plugin code will be run even when a sales order is created by a 3rd party application.

Is that what you were needing?

Mike

Re: Call plugins from .NET

PostPosted: Wed Nov 04, 2015 12:56 pm
by jeromeh
Hi Mike,

Yes, that was what I was after.

As for Jiwa 6.5, was there a way to do something similar? E.g. have breakout code triggered when creating a sales order, for example?

Re: Call plugins from .NET

PostPosted: Fri Nov 06, 2015 4:48 pm
by Mike.Sheen
jeromeh wrote:Hi Mike,

Yes, that was what I was after.

As for Jiwa 6.5, was there a way to do something similar? E.g. have breakout code triggered when creating a sales order, for example?


Nope, sorry.