Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion screen/SimpleScreens/Catalog/Product/EditProduct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ along with this software (see the LICENSE.md file). If not, see
<field name="productId"><default-field><hidden/></default-field></field>

<field name="facilityId"><default-field title="Facility"><drop-down>
<dynamic-options transition="getFacilityList" server-search="true" min-length="0"/>
<dynamic-options transition="getFacilityList" server-search="true" min-length="0"
parameter-map="[facilityTypeEnumId:'FcTpLine,FcTpPlant,FcTpWarehouse']" />
</drop-down></default-field></field>
<field name="locationSeqId"><default-field title="Location"><drop-down>
<dynamic-options transition="getLocationList" server-search="true" min-length="0">
Expand Down
3 changes: 2 additions & 1 deletion screen/SimpleScreens/ProductStore/EditProductStore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ along with this software (see the LICENSE.md file). If not, see
</drop-down>
</default-field></field>
<field name="inventoryFacilityId"><default-field title="Facility">
<drop-down allow-empty="true"><dynamic-options transition="getFacilityList" server-search="true" min-length="0"/></drop-down>
<drop-down allow-empty="true"><dynamic-options transition="getFacilityList" server-search="true" min-length="0"
parameter-map="[facilityTypeEnumId:'FcTpLine,FcTpPlant,FcTpWarehouse']"/></drop-down>
</default-field></field>
<!-- these are not yet fully supported so best not included in the screen:
<field name="reservationOrderEnumId"><default-field title="Reservation Order">
Expand Down