Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added: Service to create Transfer Order #90

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

gurveenbagga
Copy link

@gurveenbagga gurveenbagga linked an issue Mar 6, 2025 that may be closed by this pull request
@gurveenbagga gurveenbagga marked this pull request as draft March 6, 2025 11:19
@gurveenbagga gurveenbagga requested review from mridulpathak and patelanil and removed request for mridulpathak March 7, 2025 05:26
…force-new

Running both org.apache.ofbiz.order.order.OrderHeader in transaction=force-new but not required to start new transactions, we can run index order in async mode
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-definition-3.xsd">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep this service simple.
This means,
The key fields should validated before calling this service.
Similarly, If we have externalId, then mapping internal id should be resolved outside of this service.

Such ID resolution should be responsibility of integration module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Transfer Order
2 participants