【问题标题】:QBXML, QGFC - How do I retrieve Service Item DescriptionsQBXML、QGFC - 如何检索服务项目描述
【发布时间】:2013-07-10 09:23:20
【问题描述】:

我正在尝试从 Quickbooks 中检索服务项目。

在检索 ItemInventoryRetList 时,我可以使用一些属性,包括 SalesDescription

但是,ItemInventoryRetList 不返回服务项目。

运行ItemNonInventryRetListItemServiceRetList 时,我没有从QBFC 类中获得任何Description 属性。

查看响应,我发现我必须访问 SalesorPurchase。聚合以获取描述。

【问题讨论】:

    标签: intuit-partner-platform intuit qbxml qbfc


    【解决方案1】:

    好的,整理好了。似乎屏幕上的参考真的是你的朋友......

    在填充 RetList 时,QBFC 已经构建了属性。很好...我的印象是我必须遍历 RetElement 中子聚合/节点的“列表”。

    使用以下内容,可以发挥魅力。

    RetListObject(withid).name.GetValue (etc)
    'Sub Properties in Response
    RetListObject(withid).ORSalesPurchase.SalesOrPurchase.Desc.GetValue
    RetListObject(withid).ORSalesPurchase.SalesOrPurchase.ORPrice.Price.GetValue
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-08
      • 2020-02-24
      • 2013-01-02
      • 2023-03-10
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多