QODBC 装配库存(按站点)

QODBC Assembly Inventory By Site

我们正在尝试按站点获取组件库存水平。

ItemInventoryAssembly 有总数但未按站点划分。

ItemSites,按站点提供库存,不包括组装项目。

但是,以下 xml 请求 (ItemSiteQueryRq) returns 组装项目也是如此:

<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="13.0"?>
<QBXML>
    <QBXMLMsgsRq onError="stopOnError">
        <ItemSitesQueryRq>
            <ItemSiteFilter>
                <ItemFilter>
                    <FullName >The item's full name </FullName>
                </ItemFilter>
            </ItemSiteFilter>
            <MaxReturned>25</MaxReturned>
            <ActiveStatus>All</ActiveStatus>
        </ItemSitesQueryRq>
    </QBXMLMsgsRq>
</QBXML>

这只是 QODBC 中的一个设置吗?

我们如何按站点获取组装项目的库存?

原来 table ItemSites 也有装配库存水平。但是项目编号列在其他列中。

所以对于常规库存,列是 ItemInventoryRefListIDItemInventoryRefFullName

对于组装库存,列为 ItemInventoryAssemblyRefListIDItemInventoryAssemblyRefFullName