-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from Shinde-nutan/23-fulfilled-order-items-fee…
…d-netsuite-to-hotwax Fulfilled Order Items Feed NetSuite to HotWax
- Loading branch information
Showing
4 changed files
with
180 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entity-facade-xml type="ext-upgrade"> | ||
<moqui.service.message.SystemMessageType systemMessageTypeId="FulfilledOrderItemsFeedNetsuiteToHotwax" | ||
description="Fetch Fulfilled Order Items feed Netsuite to Hotwax" | ||
parentTypeId="LocalFeedFile" | ||
receiveResponseEnumId="MsgRrMove" | ||
sendPath="${contentRoot}/Netsuite/FulfilledOrderItems" | ||
receivePath="/home/${sftpUsername}/netsuite/salesorder/import/fulfillment-nifi" | ||
receiveMovePath="/home/${sftpUsername}/netsuite/salesorder/import/fulfillment-nifi/archive" | ||
consumeServiceName="co.hotwax.netsuite.OrderServices.consume#FulfilledOrderItemFeed"> | ||
<parameters parameterName="sendSmrId" parameterValue="RemoteSftp" systemMessageRemoteId=""/> | ||
</moqui.service.message.SystemMessageType> | ||
|
||
<moqui.service.message.SystemMessageType systemMessageTypeId="SendFulfilledOrderItemsFeed" | ||
description="Send Fulfilled Order Items feed Netsuite to Hotwax" | ||
parentTypeId="LocalFeedFile" | ||
receivePath="${contentRoot}/Netsuite/Fulfillment/fulfilledOrderItemFeed-${dateTime}.json" | ||
sendPath="/home/${sftpUsername}/netsuite/salesorder/import/fulfillment/FulfilledOrderItemsFeed-${systemMessageId}-${dateTime}.json" | ||
sendServiceName="co.hotwax.ofbiz.SystemMessageServices.send#SystemMessageFileSftp"/> | ||
|
||
<!-- Enumeration to create relation between FulfilledOrderItemsFeedNetsuiteToHotwax and SendFulfilledOrderItemsFeed SystemMessageType(s) --> | ||
<moqui.basic.EnumerationType description="Netsuite System message Type" enumTypeId="NetsuiteMessageTypeEnum"/> | ||
<moqui.basic.Enumeration description="Send fulfilledOrderItem Feed" enumId="SendFulfilledOrderItemsFeed" enumTypeId="NetsuiteMessageTypeEnum"/> | ||
<moqui.basic.Enumeration description="Product Updates Feed" enumId="FulfilledOrderItemsFeedNetsuiteToHotwax" enumTypeId="ShopifyMessageTypeEnum" relatedEnumId="SendFulfilledOrderItemsFeed" relatedEnumTypeId="NetsuiteMessageTypeEnum"/> | ||
|
||
</entity-facade-xml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters