Hello Rishi,

thank you for your response.

Since I just only scratch the surface of OFBiz regarding development, I don't know if it provides something to communicate to other applications. As far as I know OFBiz offers interfaces for SOAP/REST, but nothing leading out of it. Like the definition of a webhook or similar. Is there maybe a concept or work in progress which tries to achieve something like an EDI interface or similar?

The requirement would be similar to this:

There are 2 parties which run their own OFBiz system. (Looking to multi-tenant setup it should also be possible that it would also work there, so between the tenants) Party B buys in the web shop of Party A a couple of products. Now the information about the bought Items should be sent to Party Bs OFBiz instance.
(Party A OFBiz) webshop -----→ (Party B OFBiz) Asset Maintenance

So that Party B does not have to create the assets manually.

--
Best regards,
Raynhold

Am 13.01.2021 um 19:56 schrieb Rishi Solanki:
Raynhold,
It is more like communicating two applications (not necessarily two tenants
of same OFBiz instance). Should exchange the data using EDI or any other
way (xml, json exchange etc).

Answer is yes it is possible and can be done in the same fashion any other
Java based application does. Just need to make sure if something already in
OFBiz then use it instead of implementing the feature from scratch.

Creating a fixed asset on some trigger is not OOTB available, but with some
custom code it is also achievable. The exact requirement would help us to
better answer your questions.

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Tue, Jan 12, 2021 at 8:48 PM Raynhold <devm...@mail.de> wrote:

Hello users and developers,

I am tasked with the examination about the functionality of some
business cases in Apache OFBiz. Mainly with the sale of products through
the e-commerce application, the reception of property, plant and
equipment (FixedAsset) and the preparation of a balance sheet.

I would like to know if Apache OFBiz can communicate, exchange documents
(EDI), with other instances or in case of a multi-tenant setup, the same
instance.

For example i have a multi-tenant setup with Tenant A and B
Tenant A buys over the e-commerce store from B a round gizmo.
Is there a way for A to get a fixed Asset of the gizmo without to create
it manually?

Furthermore is it possible to bind 2 services, in different instances,
together like sell and buy, like in the example above? To define a
business process which causes a reaction in another instance. Like the
transmission of a document (EDI)?

Best regards,
Raynhold


Reply via email to