当我们尝试在Quickbooks中向客户添加备注时,我们收到错误。
指定版本的qbXML不支持此功能。
我们尝试从此处获取最新的SDK:https://developer.intuit.com/docs/0200_quickbooks_desktop/0400_tools/quickbooks_desktop/download_the_sdk
我们使用的DLL版本:13.0.0.23 Interop.QBFC13.dll
Dim custAdd As ICustomerAdd = msgSetRq.AppendCustomerAddRq
custAdd.Notes.SetValue("Test Note")
答案 0 :(得分:0)
我们发现了这个错误。我们不得不将版本设置为13.它是2. LOL。
lapply(iris, function(x) aggregate(x, by = list(x), length))