Does the Shipment Outbound document not contain the warehouse location information?
In the InventoryAdjustment Outbound document, the following information is present:
php
<span class="xml"><span class="hljs-tag"><<span class="hljs-name">Facility>
<span class="hljs-tag"><<span class="hljs-name">IDs>
<span class="hljs-tag"><<span class="hljs-name">ID <span class="hljs-attr">sequence=<span class="hljs-string">"1" <span class="hljs-attr">sequenceName=<span class="hljs-string">"Warehouse" <span class="hljs-attr">accountingEntity=<span class="hljs-string">"1101"
<span class="hljs-attr">lid=<span class="hljs-string">"lid://infor.ln.ln01/1101">W_W012<span class="hljs-tag"></<span class="hljs-name">ID>
<span class="hljs-tag"><<span class="hljs-name">ID <span class="hljs-attr">sequence=<span class="hljs-string">"2" <span class="hljs-attr">sequenceName=<span class="hljs-string">"Location">A01<span class="hljs-tag"></<span class="hljs-name">ID>
<span class="hljs-tag"></<span class="hljs-name">IDs>
<span class="hljs-tag"></<span class="hljs-name">Facility>
Here, the warehouse location information (A01) appears correctly.
However, is this field not included in the Shipment Outbound document?
How can I include this information in the Shipment Outbound?
Please let me know.