Skip to content

Commit

Permalink
Improved: Added support to the Get Inventory Count Item Details API f…
Browse files Browse the repository at this point in the history
…or fetching data for the selected facilities (#45).
  • Loading branch information
ravilodhi committed Jan 17, 2025
1 parent 63d04d9 commit 05d2c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/co/hotwax/cycleCount/InventoryCountServices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<parameter name="inventoryCountImportId"/>
<parameter name="importItemSeqId"/>
<parameter name="statusId"/>
<parameter name="facilityId"/>
<parameter name="facilityId" type="List"/>
<parameter name="orderBy" default-value="-inventoryCountImportId, importItemSeqId"/>
<parameter name="pageIndex" type="Integer" default-value="0">
<description>The current page index to get the inventory count import items.</description>
Expand All @@ -105,7 +105,7 @@
<econdition field-name="inventoryCountImportId" ignore-if-empty="true"/>
<econdition field-name="importItemSeqId" ignore-if-empty="true"/>
<econdition field-name="statusId" ignore-if-empty="true"/>
<econdition field-name="facilityId" ignore-if-empty="true"/>
<econdition field-name="facilityId" operator="in" from="facilityId" ignore-if-empty="true"/>
</entity-find>
<set field="itemList" from="[]"/>
<iterate list="invCountImpItemItr" entry="invCountImpItem">
Expand Down

0 comments on commit 05d2c0c

Please sign in to comment.