是否可以在 Quickbooks Desktop 中执行 IIF 事务导入,该事务导入的是客户 ID 而不是 'NAME' 字段?
Is it possible in Quickbooks Desktop to do an IIF transaction import which keys off of a customer id rather than the 'NAME' field?
首先,是的,我知道 IIF(Intuit 交换格式)文件是一种已弃用的将数据传输到 Quickbooks 桌面的方式。
但是,我的任务是编写一个 PHP 脚本,该脚本将创建一个 IIF 文件,客户可以使用该文件导入由我的 Web 应用程序创建的发票。如果这是我的选择,我不会尝试使用 IIF。
问题:
使用 IIF 导入,是否可以让 Quickbooks 使用其内部 ID、帐号(最终出现在 NOTE
字段中)或自定义字段 link 客户而不是发票比使用 NAME
字段?
看来答案是否定的。
我能找到的最接近答案的是这里:
https://community.intuit.com/questions/1575622-how-do-you-import-iif-file-using-a-custom-field-as-identifier
那个link的答案:
"Custom Fields are not a Key Field; Vendor Name is the Key Field. You
cannot import Bills except by reference to the Relational key field of
Vendor Name. This is a relational database, so the things that matter
are the Key Fields. AP and Vendor Name, at a minimum, define Bills."
我的问题是关于交易而不是账单,但我认为适用于账单的相同答案也适用于发票和客户 Name
。
首先,是的,我知道 IIF(Intuit 交换格式)文件是一种已弃用的将数据传输到 Quickbooks 桌面的方式。
但是,我的任务是编写一个 PHP 脚本,该脚本将创建一个 IIF 文件,客户可以使用该文件导入由我的 Web 应用程序创建的发票。如果这是我的选择,我不会尝试使用 IIF。
问题:
使用 IIF 导入,是否可以让 Quickbooks 使用其内部 ID、帐号(最终出现在 NOTE
字段中)或自定义字段 link 客户而不是发票比使用 NAME
字段?
看来答案是否定的。
我能找到的最接近答案的是这里: https://community.intuit.com/questions/1575622-how-do-you-import-iif-file-using-a-custom-field-as-identifier
那个link的答案:
"Custom Fields are not a Key Field; Vendor Name is the Key Field. You cannot import Bills except by reference to the Relational key field of Vendor Name. This is a relational database, so the things that matter are the Key Fields. AP and Vendor Name, at a minimum, define Bills."
我的问题是关于交易而不是账单,但我认为适用于账单的相同答案也适用于发票和客户 Name
。